Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
bc8d9427
Commit
bc8d9427
authored
Apr 01, 2015
by
Zach
Browse files
Merge pull request #899 from poixen/mull_flood
Added Mull to the server whitelist
parents
e40a79d9
c039a3aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/server_protocolhandler.cpp
View file @
bc8d9427
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment