game: fix:
This commit is contained in:
parent
68535cf52b
commit
bceb26790d
@ -27,7 +27,7 @@ class GameManager():
|
|||||||
if (game_type == "pong"):
|
if (game_type == "pong"):
|
||||||
game = PongGame(game_id, self)
|
game = PongGame(game_id, self)
|
||||||
elif (game_type == "tictactoe"):
|
elif (game_type == "tictactoe"):
|
||||||
game = PongGame(game_id, self)
|
game = TicTacToeGame(game_id, self)
|
||||||
|
|
||||||
self._game_list.append(game)
|
self._game_list.append(game)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user