Add message callbacks to client admin functions.

This commit is contained in:
lotodore
2013-02-26 23:15:33 +01:00
parent 70f6a1ae78
commit 2aba7cf7ed
13 changed files with 129 additions and 18 deletions
+2 -1
View File
@@ -713,9 +713,10 @@ message AdminBanPlayerAckMessage {
required uint32 banPlayerId = 1;
enum AdminBanPlayerResult {
banPlayerAccepted = 0;
banPlayerInvalid = 1;
banPlayerPending = 1;
banPlayerNoDB = 2;
banPlayerDBError = 3;
banPlayerInvalid = 4;
}
required AdminBanPlayerResult banPlayerResult = 2;
}