summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-12-17 19:16:35 +0100
committerHowaner <franzi.moos@googlemail.com>2014-12-17 19:16:35 +0100
commitfff108f20a8962f6690a9dff45176c7f31c8cf01 (patch)
tree9f3642d75395b26e24942c0d93cb330b58d01b6d
parentFixed eMonsterType lua bugs. (diff)
downloadcuberite-fff108f20a8962f6690a9dff45176c7f31c8cf01.tar
cuberite-fff108f20a8962f6690a9dff45176c7f31c8cf01.tar.gz
cuberite-fff108f20a8962f6690a9dff45176c7f31c8cf01.tar.bz2
cuberite-fff108f20a8962f6690a9dff45176c7f31c8cf01.tar.lz
cuberite-fff108f20a8962f6690a9dff45176c7f31c8cf01.tar.xz
cuberite-fff108f20a8962f6690a9dff45176c7f31c8cf01.tar.zst
cuberite-fff108f20a8962f6690a9dff45176c7f31c8cf01.zip
-rw-r--r--src/Mobs/MonsterTypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/MonsterTypes.h b/src/Mobs/MonsterTypes.h
index 3175f0606..6886bd51a 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,
+ 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