mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed server crash bug
This commit is contained in:
parent
b1e8f08ebe
commit
9c4264b491
5 changed files with 7 additions and 3 deletions
|
|
@ -144,6 +144,7 @@ void ProtocolResponse::initializeHash()
|
|||
responseHash.insert("login_needed", RespLoginNeeded);
|
||||
responseHash.insert("function_not_allowed", RespFunctionNotAllowed);
|
||||
responseHash.insert("game_not_started", RespGameNotStarted);
|
||||
responseHash.insert("game_full", RespGameFull);
|
||||
responseHash.insert("context_error", RespContextError);
|
||||
responseHash.insert("wrong_password", RespWrongPassword);
|
||||
responseHash.insert("spectators_not_allowed", RespSpectatorsNotAllowed);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue