diff options
author | Mattes D <github@xoft.cz> | 2014-12-17 21:25:46 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-12-17 21:25:46 +0100 |
commit | 5dfb094d6a35611f952bd31f9944ef3c9d03b03c (patch) | |
tree | db49525a2fa164e984fffa3163c078eeeff0472e /src | |
parent | Merge pull request #1674 from gushromp/master (diff) | |
parent | derp (diff) | |
download | cuberite-5dfb094d6a35611f952bd31f9944ef3c9d03b03c.tar cuberite-5dfb094d6a35611f952bd31f9944ef3c9d03b03c.tar.gz cuberite-5dfb094d6a35611f952bd31f9944ef3c9d03b03c.tar.bz2 cuberite-5dfb094d6a35611f952bd31f9944ef3c9d03b03c.tar.lz cuberite-5dfb094d6a35611f952bd31f9944ef3c9d03b03c.tar.xz cuberite-5dfb094d6a35611f952bd31f9944ef3c9d03b03c.tar.zst cuberite-5dfb094d6a35611f952bd31f9944ef3c9d03b03c.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/Mobs/MonsterTypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Mobs/MonsterTypes.h b/src/Mobs/MonsterTypes.h index dc6dd3992..bbe9e0471 100644 --- a/src/Mobs/MonsterTypes.h +++ b/src/Mobs/MonsterTypes.h @@ -37,6 +37,7 @@ enum eMonsterType mtWolf = E_META_SPAWN_EGG_WOLF, mtZombie = E_META_SPAWN_EGG_ZOMBIE, mtZombiePigman = E_META_SPAWN_EGG_ZOMBIE_PIGMAN, + mtMax = 120, // This is just a hotfix for http://forum.mc-server.org/showthread.php?tid=1616. Tolua is too bad to find the highest value, so this is needed. } ; // tolua_end |