Do not kick the player from the server on game admin timeout - just remove the player from the game.
This commit is contained in:
@@ -90,15 +90,16 @@
|
||||
#define NTF_NET_REMOVED_GAME_FULL 203
|
||||
#define NTF_NET_REMOVED_ALREADY_RUNNING 204
|
||||
#define NTF_NET_REMOVED_KICKED 205
|
||||
#define NTF_NET_REMOVED_TIMEOUT 206
|
||||
|
||||
// Notifications - join failed
|
||||
#define NTF_NET_JOIN_GAME_FULL 206
|
||||
#define NTF_NET_JOIN_ALREADY_RUNNING 207
|
||||
#define NTF_NET_JOIN_INVALID_PASSWORD 208
|
||||
#define NTF_NET_JOIN_GAME_FULL 210
|
||||
#define NTF_NET_JOIN_ALREADY_RUNNING 211
|
||||
#define NTF_NET_JOIN_INVALID_PASSWORD 212
|
||||
|
||||
// Notifications - version
|
||||
#define NTF_NET_NEW_RELEASE_AVAILABLE 209
|
||||
#define NTF_NET_OUTDATED_BETA 210
|
||||
#define NTF_NET_NEW_RELEASE_AVAILABLE 220
|
||||
#define NTF_NET_OUTDATED_BETA 221
|
||||
|
||||
// This is an internal message which is not reported.
|
||||
#define MSG_SOCK_INTERNAL_PENDING 0
|
||||
|
||||
Reference in New Issue
Block a user