X-Git-Url: https://plomlompom.com/repos/condition_titles?a=blobdiff_plain;f=server_%2Fgame.py;h=e2a1187c9455ee0dac896605101ec5ec9daa8fb4;hb=02d7ae7eb4e030ad84bc215c9d5703943607f66d;hp=c881f8e2ad98c2aa62b62cd742e5e45226aae18f;hpb=52a7b4e9b1ef3e38701409d963f49033c23d4eaf;p=plomrogue2-experiments diff --git a/server_/game.py b/server_/game.py index c881f8e..e2a1187 100644 --- a/server_/game.py +++ b/server_/game.py @@ -193,7 +193,7 @@ def fib(n): return fib(n-1) + fib(n-2) -class Game(game_common.Commander): +class Game(game_common.CommonCommandsMixin): def __init__(self, game_file_name): import server_.io