Merge pull request #899 from poixen/mull_flood
Added Mull to the server whitelist
This commit is contained in:
commit
bc8d9427e3
1 changed files with 3 additions and 1 deletions
|
@ -194,7 +194,9 @@ Response::ResponseCode Server_ProtocolHandler::processGameCommandContainer(const
|
|||
// set card attributes (eg: tapping 10 cards at once)
|
||||
<< GameCommand::SET_CARD_ATTR
|
||||
// increment / decrement counter (eg: -10 lifepoints one by one)
|
||||
<< GameCommand::INC_COUNTER;
|
||||
<< GameCommand::INC_COUNTER
|
||||
// mulling lots of hands in a row
|
||||
<< GameCommand::MULLIGAN;
|
||||
|
||||
if (authState == NotLoggedIn)
|
||||
return Response::RespLoginNeeded;
|
||||
|
|
Loading…
Reference in a new issue