summaryrefslogtreecommitdiffstats
path: root/src/Mobs/MonsterTypes.h
diff options
context:
space:
mode:
authorJulian Laubstein <julianlaubstein@yahoo.de>2016-01-31 01:54:23 +0100
committerJulian Laubstein <julianlaubstein@yahoo.de>2016-01-31 01:54:23 +0100
commit57e6fd654b919fbd3813158e5a76de4b1933ebfa (patch)
tree9fcdeb086ab771b7cc2280f37dab99ac4914a3ee /src/Mobs/MonsterTypes.h
parentMerge pull request #2913 from mathias-github/master (diff)
parentUpdated old forum links (diff)
downloadcuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.gz
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.bz2
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.lz
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.xz
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.tar.zst
cuberite-57e6fd654b919fbd3813158e5a76de4b1933ebfa.zip
Diffstat (limited to 'src/Mobs/MonsterTypes.h')
-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 c268b5ff6..d48005d2e 100644
--- a/src/Mobs/MonsterTypes.h
+++ b/src/Mobs/MonsterTypes.h
@@ -42,7 +42,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 https://forum.cuberite.org/thread-1616.html. Tolua is too bad to find the highest value, so this is needed.
} ;
// tolua_end