GMAction fix
This commit is contained in:
parent
59c3e4467a
commit
d7dfa2220e
|
@ -407,10 +407,10 @@ void ProtocolGame::parseGMActions(const InputMessagePtr& msg)
|
||||||
|
|
||||||
int numViolationReasons;
|
int numViolationReasons;
|
||||||
|
|
||||||
if(g_game.getProtocolVersion() >= 840)
|
if(g_game.getProtocolVersion() >= 850)
|
||||||
numViolationReasons = 23;
|
|
||||||
else if(g_game.getProtocolVersion() >= 850)
|
|
||||||
numViolationReasons = 20;
|
numViolationReasons = 20;
|
||||||
|
else if(g_game.getProtocolVersion() >= 840)
|
||||||
|
numViolationReasons = 23;
|
||||||
else
|
else
|
||||||
numViolationReasons = 32;
|
numViolationReasons = 32;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue