summaryrefslogtreecommitdiffstats
path: root/src/Mobs/AggressiveMonster.cpp
diff options
context:
space:
mode:
authorSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-05-17 22:21:52 +0200
committerSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-05-17 22:21:52 +0200
commitb7b088494c601576750e014204635f5b21600eb1 (patch)
tree9600532fc83329798b39ce3e09714060dcd81839 /src/Mobs/AggressiveMonster.cpp
parentproperly this time? (diff)
parentPathfinder - approximated paths when original destination unreachable (diff)
downloadcuberite-b7b088494c601576750e014204635f5b21600eb1.tar
cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.gz
cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.bz2
cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.lz
cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.xz
cuberite-b7b088494c601576750e014204635f5b21600eb1.tar.zst
cuberite-b7b088494c601576750e014204635f5b21600eb1.zip
Diffstat (limited to 'src/Mobs/AggressiveMonster.cpp')
-rw-r--r--src/Mobs/AggressiveMonster.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Mobs/AggressiveMonster.cpp b/src/Mobs/AggressiveMonster.cpp
index d0fb79f6d..055ff47d2 100644
--- a/src/Mobs/AggressiveMonster.cpp
+++ b/src/Mobs/AggressiveMonster.cpp
@@ -36,7 +36,6 @@ void cAggressiveMonster::InStateChasing(std::chrono::milliseconds a_Dt)
return;
}
}
-
MoveToPosition(m_Target->GetPosition());
}
}