diff options
author | Mattes D <github@xoft.cz> | 2014-12-25 00:44:09 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-25 00:44:09 +0100 |
commit | 3da6e4374e72e86930a24441c2b26f8eb582c723 (patch) | |
tree | 6b83f45407713ea40ad23ea46562fefdbd4079a4 /src/Mobs/Monster.cpp | |
parent | APIDump: Added details about client handle in OnServerPing hook. (diff) | |
download | cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.gz cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.bz2 cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.lz cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.xz cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.tar.zst cuberite-3da6e4374e72e86930a24441c2b26f8eb582c723.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Monster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp index a02ea357e..425c80bf4 100644 --- a/src/Mobs/Monster.cpp +++ b/src/Mobs/Monster.cpp @@ -846,7 +846,7 @@ cMonster::eFamily cMonster::FamilyFromType(eMonsterType a_Type) case mtEnderman: return mfHostile; case mtGhast: return mfHostile; case mtGiant: return mfNoSpawn; - case mtGuardian: return mfWater; // Just because they have special spawning conditions. If Watertemples have been added, this needs to be edited! + case mtGuardian: return mfWater; // Just because they have special spawning conditions. If Watertemples have been added, this needs to be edited! case mtHorse: return mfPassive; case mtIronGolem: return mfPassive; case mtMagmaCube: return mfHostile; |