summaryrefslogtreecommitdiffstats
path: root/src/Defines.h
diff options
context:
space:
mode:
authorMattes D <github@xoft.cz>2016-09-25 12:42:05 +0200
committerMattes D <github@xoft.cz>2016-09-25 12:42:05 +0200
commite169043a841824eacebeb7db7ecb202a7d3c4b02 (patch)
tree2867c0814251c68764cae34745447d2904a2c0b3 /src/Defines.h
parentInfoReg: Don't fail if there are no commands to register. (diff)
downloadcuberite-e169043a841824eacebeb7db7ecb202a7d3c4b02.tar
cuberite-e169043a841824eacebeb7db7ecb202a7d3c4b02.tar.gz
cuberite-e169043a841824eacebeb7db7ecb202a7d3c4b02.tar.bz2
cuberite-e169043a841824eacebeb7db7ecb202a7d3c4b02.tar.lz
cuberite-e169043a841824eacebeb7db7ecb202a7d3c4b02.tar.xz
cuberite-e169043a841824eacebeb7db7ecb202a7d3c4b02.tar.zst
cuberite-e169043a841824eacebeb7db7ecb202a7d3c4b02.zip
Diffstat (limited to '')
-rw-r--r--src/Defines.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Defines.h b/src/Defines.h
index 615beeabd..afd806c4e 100644
--- a/src/Defines.h
+++ b/src/Defines.h
@@ -641,6 +641,7 @@ enum eMessageType
mtPrivateMessage, // Player to player messaging identifier
mtJoin, // A player has joined the server
mtLeave, // A player has left the server
+ mtMaxPlusOne, // The first invalid type, used for checking on LuaAPI boundaries
// Common aliases:
mtFail = mtFailure,