Cleaner server should send player id so that the daemon knows which player to kick :-).

This commit is contained in:
lotodore
2009-08-18 14:51:42 +00:00
parent 2526dfcba0
commit cb5995f406
+1
View File
@@ -146,6 +146,7 @@ bool CleanerServer::handleMessage(InternalChatCleanerPacket &msg) {
tmpReply.GetMsg()->present = ChatCleanerMessage_PR_cleanerChatReplyMessage;
CleanerChatReplyMessage_t *netReply = &tmpReply.GetMsg()->choice.cleanerChatReplyMessage;
netReply->requestId = netRequest->requestId;
netReply->playerId = netRequest->playerId;
netReply->cleanerActionType = cleanerActionType_cleanerActionNone;
/* cleanerActionType_cleanerActionNone
cleanerActionType_cleanerActionWarning