diff options
Diffstat (limited to 'src/game/Opcodes.h')
-rw-r--r-- | src/game/Opcodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Opcodes.h b/src/game/Opcodes.h index d57cfd62852..fbf3e9a72a1 100644 --- a/src/game/Opcodes.h +++ b/src/game/Opcodes.h @@ -1241,7 +1241,7 @@ enum SessionStatus { STATUS_AUTHED = 0, ///< Player authenticated STATUS_LOGGEDIN, ///< Player in game - STATUS_TRANSFER_PENDING, ///< Player transferring to another map + STATUS_TRANSFER, ///< Player transferring to another map STATUS_NEVER ///< Opcode not accepted from client (deprecated or server side only) }; |