diff options
Diffstat (limited to 'src/net/tmwserv/protocol.h')
-rw-r--r-- | src/net/tmwserv/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/net/tmwserv/protocol.h b/src/net/tmwserv/protocol.h index 1a42093e..50b20216 100644 --- a/src/net/tmwserv/protocol.h +++ b/src/net/tmwserv/protocol.h @@ -230,6 +230,7 @@ enum { // Login specific return values enum { LOGIN_INVALID_VERSION = 0x40, // the user is using an incompatible protocol + LOGIN_INVALID_TIME = 0x50, // the user tried logging in too fast LOGIN_SERVER_FULL // the server is overloaded }; |