Mercurial > libervia-web
diff libervia.tac @ 153:ada146bac8fe
server side: fixed tarotGameReady call
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 30 Dec 2012 18:54:17 +0100 |
parents | a159cc29b556 |
children | 82043fe5be4d |
line wrap: on
line diff
--- a/libervia.tac Fri Dec 28 01:05:55 2012 +0100 +++ b/libervia.tac Sun Dec 30 18:54:17 2012 +0100 @@ -291,7 +291,7 @@ def jsonrpc_tarotGameReady(self, player, referee): """Tell to the server that we are ready to start the game""" profile = ISATSession(self.session).profile - self.sat_host.bridge.tarotGameReady(player, referee) + self.sat_host.bridge.tarotGameReady(player, referee, profile) def jsonrpc_tarotGameContratChoosed(self, player_nick, referee, contrat): """Tell to the server that we are ready to start the game"""