server crash fix!

This commit is contained in:
Max-Wilhelm Bruker
2009-12-23 14:17:55 +01:00
parent ddd58d6736
commit ce4f8e20a0
3 changed files with 50 additions and 1 deletions

View File

@@ -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);