diff options
Diffstat (limited to 'cao-common.js')
-rw-r--r-- | cao-common.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cao-common.js b/cao-common.js index e46f39b..cc29ddb 100644 --- a/cao-common.js +++ b/cao-common.js @@ -33,7 +33,7 @@ var CAO = function() { /* map_handle_response_ok {{{ */ map_handle_response_ok['join_game'] = function(result) { - self.on_join_game_ok(result['state']); + self.on_join_game_ok(result['game_state']); map_handle_response_ok['view_player_cards'](result); }; |