summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Monster.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-04-25 03:11:11 +0200
committerarchshift <admin@archshift.com>2014-04-25 03:11:11 +0200
commit624deea6c4f83f296c1bd1597e76b4704ffa4a9a (patch)
treeed589f25c11c91e7c8d5b9feee651bca11e2d2c3 /src/Mobs/Monster.h
parentRefactored SendChat(), placing the message-type formatting into its own function. (diff)
downloadcuberite-624deea6c4f83f296c1bd1597e76b4704ffa4a9a.tar
cuberite-624deea6c4f83f296c1bd1597e76b4704ffa4a9a.tar.gz
cuberite-624deea6c4f83f296c1bd1597e76b4704ffa4a9a.tar.bz2
cuberite-624deea6c4f83f296c1bd1597e76b4704ffa4a9a.tar.lz
cuberite-624deea6c4f83f296c1bd1597e76b4704ffa4a9a.tar.xz
cuberite-624deea6c4f83f296c1bd1597e76b4704ffa4a9a.tar.zst
cuberite-624deea6c4f83f296c1bd1597e76b4704ffa4a9a.zip
Diffstat (limited to 'src/Mobs/Monster.h')
-rw-r--r--src/Mobs/Monster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Monster.h b/src/Mobs/Monster.h
index 70b3783fc..0243f6637 100644
--- a/src/Mobs/Monster.h
+++ b/src/Mobs/Monster.h
@@ -66,7 +66,7 @@ public:
mfAmbient = 2, // Bats
mfWater = 3, // Squid
- mfMaxplusone, // Nothing. Be sure this is the last and the others are in order
+ mfUnhandled, // Nothing. Be sure this is the last and the others are in order
} ;
// tolua_end