diff options
author | archshift <admin@archshift.com> | 2014-04-25 03:11:11 +0200 |
---|---|---|
committer | archshift <admin@archshift.com> | 2014-04-25 03:11:11 +0200 |
commit | 624deea6c4f83f296c1bd1597e76b4704ffa4a9a (patch) | |
tree | ed589f25c11c91e7c8d5b9feee651bca11e2d2c3 /src/Mobs/Monster.h | |
parent | Refactored SendChat(), placing the message-type formatting into its own function. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | src/Mobs/Monster.h | 2 |
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 |