summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorItemFollower.h
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 14:26:28 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 19:55:30 +0200
commitdc4c2ca39767932a70ad7a7a2b7f7ded85a131f0 (patch)
tree1ef7f0e7905adfd81b3bd10789a7be81ce174194 /src/Mobs/Behaviors/BehaviorItemFollower.h
parentd (diff)
downloadcuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.gz
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.bz2
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.lz
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.xz
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.tar.zst
cuberite-dc4c2ca39767932a70ad7a7a2b7f7ded85a131f0.zip
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorItemFollower.h')
-rw-r--r--src/Mobs/Behaviors/BehaviorItemFollower.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Behaviors/BehaviorItemFollower.h b/src/Mobs/Behaviors/BehaviorItemFollower.h
index 28f00c473..ee2bda638 100644
--- a/src/Mobs/Behaviors/BehaviorItemFollower.h
+++ b/src/Mobs/Behaviors/BehaviorItemFollower.h
@@ -10,7 +10,7 @@ class cItems;
class cBehaviorItemFollower
{
public:
- cBehaviorItemFollower(cMonster * a_Parent, cItems & a_Items);
+ cBehaviorItemFollower(cMonster * a_Parent);
void GetBreedingItems(cItems & a_Items);