summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorItemFollower.cpp
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 19:54:36 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-22 19:55:30 +0200
commit10a5271501670fc5f7066bbeefc63cd106351672 (patch)
tree9bc1ef775ae6ded57b465266c01cd83b664747ed /src/Mobs/Behaviors/BehaviorItemFollower.cpp
parentd (diff)
downloadcuberite-10a5271501670fc5f7066bbeefc63cd106351672.tar
cuberite-10a5271501670fc5f7066bbeefc63cd106351672.tar.gz
cuberite-10a5271501670fc5f7066bbeefc63cd106351672.tar.bz2
cuberite-10a5271501670fc5f7066bbeefc63cd106351672.tar.lz
cuberite-10a5271501670fc5f7066bbeefc63cd106351672.tar.xz
cuberite-10a5271501670fc5f7066bbeefc63cd106351672.tar.zst
cuberite-10a5271501670fc5f7066bbeefc63cd106351672.zip
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorItemFollower.cpp')
-rw-r--r--src/Mobs/Behaviors/BehaviorItemFollower.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/Behaviors/BehaviorItemFollower.cpp b/src/Mobs/Behaviors/BehaviorItemFollower.cpp
index 9d64ee0db..833050e69 100644
--- a/src/Mobs/Behaviors/BehaviorItemFollower.cpp
+++ b/src/Mobs/Behaviors/BehaviorItemFollower.cpp
@@ -19,7 +19,6 @@ cBehaviorItemFollower::cBehaviorItemFollower(cMonster * a_Parent) :
bool cBehaviorItemFollower::ActiveTick()
{
- cWorld * World = m_Parent->GetWorld();
cItems FollowedItems;
m_Parent->GetFollowedItems(FollowedItems);
if (FollowedItems.Size() > 0)