diff options
author | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-25 13:53:20 +0200 |
---|---|---|
committer | LogicParrot <LogicParrot@users.noreply.github.com> | 2017-08-25 13:53:20 +0200 |
commit | 42d3c615fe6b30111cb741b85cde9441d9d5a39b (patch) | |
tree | 9ab2905dacf583dd81243cc532fd9716ad1939ca /src/Mobs/Behaviors/BehaviorBreeder.cpp | |
parent | Coward mobs run twice as fast (diff) | |
download | cuberite-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.cpp | 2 |
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); |