mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
server crash fix!
This commit is contained in:
parent
ddd58d6736
commit
ce4f8e20a0
3 changed files with 50 additions and 1 deletions
|
|
@ -143,6 +143,7 @@ void ProtocolResponse::initializeHash()
|
|||
responseHash.insert("name_not_found", RespNameNotFound);
|
||||
responseHash.insert("login_needed", RespLoginNeeded);
|
||||
responseHash.insert("function_not_allowed", RespFunctionNotAllowed);
|
||||
responseHash.insert("game_not_started", RespGameNotStarted);
|
||||
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