fixing game class name

This commit is contained in:
James Scott 2012-12-13 22:50:44 -05:00
parent 37aa20daab
commit e5195ac84a
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ class Cah(callbacks.Plugin):
self._msg(channel, "I need more players.")
else:
game.canStart = False
game.game = Cah(game.players, game.rounds)
game.game = Game(game.players, game.rounds)
#start game logic
self.nextround()