diff --git a/src/client/protocolgameparse.cpp b/src/client/protocolgameparse.cpp index 094a8e43..ab61063b 100644 --- a/src/client/protocolgameparse.cpp +++ b/src/client/protocolgameparse.cpp @@ -407,10 +407,10 @@ void ProtocolGame::parseGMActions(const InputMessagePtr& msg) int numViolationReasons; - if(g_game.getProtocolVersion() >= 840) - numViolationReasons = 23; - else if(g_game.getProtocolVersion() >= 850) + if(g_game.getProtocolVersion() >= 850) numViolationReasons = 20; + else if(g_game.getProtocolVersion() >= 840) + numViolationReasons = 23; else numViolationReasons = 32;