Deny ask kick if the player is not/no longer present.

This commit is contained in:
lotodore
2008-12-12 22:38:35 +00:00
parent 3fc9ee1729
commit 4bf9ceff6d
5 changed files with 50 additions and 24 deletions
+1
View File
@@ -72,6 +72,7 @@ enum DenyKickPlayerReason
KICK_DENIED_TOO_FEW_PLAYERS,
KICK_DENIED_TEMPORARY,
KICK_DENIED_OTHER_IN_PROGRESS,
KICK_DENIED_INVALID_PLAYER_ID,
KICK_DENIED_OTHER_REASON
};