summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Behaviors/BehaviorBreeder.cpp
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-08-25 13:53:20 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-08-25 13:53:20 +0200
commit42d3c615fe6b30111cb741b85cde9441d9d5a39b (patch)
tree9ab2905dacf583dd81243cc532fd9716ad1939ca /src/Mobs/Behaviors/BehaviorBreeder.cpp
parentCoward mobs run twice as fast (diff)
downloadcuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.gz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.bz2
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.lz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.xz
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.tar.zst
cuberite-42d3c615fe6b30111cb741b85cde9441d9d5a39b.zip
Diffstat (limited to 'src/Mobs/Behaviors/BehaviorBreeder.cpp')
-rw-r--r--src/Mobs/Behaviors/BehaviorBreeder.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Mobs/Behaviors/BehaviorBreeder.cpp b/src/Mobs/Behaviors/BehaviorBreeder.cpp
index 8d569ea03..d1d167b8b 100644
--- a/src/Mobs/Behaviors/BehaviorBreeder.cpp
+++ b/src/Mobs/Behaviors/BehaviorBreeder.cpp
@@ -1,4 +1,3 @@
-
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
#include "BehaviorBreeder.h"
@@ -23,7 +22,6 @@ cBehaviorBreeder::cBehaviorBreeder() :
void cBehaviorBreeder::AttachToMonster(cMonster & a_Parent)
{
- LOGD("mobDebug - Behavior Breeder: Attach");
m_Parent = &a_Parent;
m_Parent->AttachTickBehavior(this);
m_Parent->AttachPostTickBehavior(this);