diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-12-17 20:08:55 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-12-17 20:08:55 +0100 |
commit | c2926f8de1709d660cdca130f95a24623e2007c2 (patch) | |
tree | db49525a2fa164e984fffa3163c078eeeff0472e /src/Mobs | |
parent | Added comment. (diff) | |
download | cuberite-c2926f8de1709d660cdca130f95a24623e2007c2.tar cuberite-c2926f8de1709d660cdca130f95a24623e2007c2.tar.gz cuberite-c2926f8de1709d660cdca130f95a24623e2007c2.tar.bz2 cuberite-c2926f8de1709d660cdca130f95a24623e2007c2.tar.lz cuberite-c2926f8de1709d660cdca130f95a24623e2007c2.tar.xz cuberite-c2926f8de1709d660cdca130f95a24623e2007c2.tar.zst cuberite-c2926f8de1709d660cdca130f95a24623e2007c2.zip |
Diffstat (limited to 'src/Mobs')
-rw-r--r-- | src/Mobs/MonsterTypes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/MonsterTypes.h b/src/Mobs/MonsterTypes.h index 6886bd51a..bbe9e0471 100644 --- a/src/Mobs/MonsterTypes.h +++ b/src/Mobs/MonsterTypes.h @@ -37,7 +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. + 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 |