diff options
Diffstat (limited to 'src/Defines.h')
-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, |