@@ -637,26 +637,26 @@ def __str__(self):
637637
638638
639639COMMAND_HANDLERS = {
640- "AIOption" : GameConnection .handle_ai_option ,
641- "Bottleneck" : GameConnection .handle_bottleneck ,
642- "BottleneckCleared" : GameConnection .handle_bottleneck_cleared ,
643- "Chat" : GameConnection .handle_chat ,
644- "ClearSlot" : GameConnection .handle_clear_slot ,
645- "Desync" : GameConnection .handle_desync ,
646- "Disconnected" : GameConnection .handle_disconnected ,
647- "EnforceRating" : GameConnection .handle_enforce_rating ,
648- "GameEnded" : GameConnection .handle_game_ended ,
649- "GameFull" : GameConnection .handle_game_full ,
650- "GameMods" : GameConnection .handle_game_mods ,
651- "GameOption" : GameConnection .handle_game_option ,
652- "GameResult" : GameConnection .handle_game_result ,
653- "GameState" : GameConnection .handle_game_state ,
654- "IceMsg" : GameConnection .handle_ice_message ,
655- "JsonStats" : GameConnection .handle_json_stats ,
656- "LaunchStatus" : GameConnection .handle_launch_status ,
657- "OperationComplete" : GameConnection .handle_operation_complete ,
658- "PlayerOption" : GameConnection .handle_player_option ,
659- "Rehost" : GameConnection .handle_rehost ,
660- "TeamkillHappened" : GameConnection .handle_teamkill_happened ,
661- "TeamkillReport" : GameConnection .handle_teamkill_report ,
640+ "AIOption" : GameConnection .handle_ai_option ,
641+ "Bottleneck" : GameConnection .handle_bottleneck ,
642+ "BottleneckCleared" : GameConnection .handle_bottleneck_cleared ,
643+ "Chat" : GameConnection .handle_chat ,
644+ "ClearSlot" : GameConnection .handle_clear_slot ,
645+ "Desync" : GameConnection .handle_desync ,
646+ "Disconnected" : GameConnection .handle_disconnected ,
647+ "EnforceRating" : GameConnection .handle_enforce_rating ,
648+ "GameEnded" : GameConnection .handle_game_ended ,
649+ "GameFull" : GameConnection .handle_game_full ,
650+ "GameMods" : GameConnection .handle_game_mods ,
651+ "GameOption" : GameConnection .handle_game_option ,
652+ "GameResult" : GameConnection .handle_game_result ,
653+ "GameState" : GameConnection .handle_game_state ,
654+ "IceMsg" : GameConnection .handle_ice_message ,
655+ "JsonStats" : GameConnection .handle_json_stats ,
656+ "LaunchStatus" : GameConnection .handle_launch_status ,
657+ "OperationComplete" : GameConnection .handle_operation_complete ,
658+ "PlayerOption" : GameConnection .handle_player_option ,
659+ "Rehost" : GameConnection .handle_rehost ,
660+ "TeamkillHappened" : GameConnection .handle_teamkill_happened ,
661+ "TeamkillReport" : GameConnection .handle_teamkill_report ,
662662}
0 commit comments