diff options
author | Mattes D <github@xoft.cz> | 2016-09-25 15:55:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-25 15:55:03 +0200 |
commit | 7fdcba657dd02b7999076ddb3046b95727f62aff (patch) | |
tree | 2867c0814251c68764cae34745447d2904a2c0b3 /src/Defines.h | |
parent | InfoReg: Don't fail if there are no commands to register. (diff) | |
parent | Fixed cCompositeChat's constructor LuaAPI bindings. (diff) | |
download | cuberite-7fdcba657dd02b7999076ddb3046b95727f62aff.tar cuberite-7fdcba657dd02b7999076ddb3046b95727f62aff.tar.gz cuberite-7fdcba657dd02b7999076ddb3046b95727f62aff.tar.bz2 cuberite-7fdcba657dd02b7999076ddb3046b95727f62aff.tar.lz cuberite-7fdcba657dd02b7999076ddb3046b95727f62aff.tar.xz cuberite-7fdcba657dd02b7999076ddb3046b95727f62aff.tar.zst cuberite-7fdcba657dd02b7999076ddb3046b95727f62aff.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Defines.h | 1 |
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, |