# HG changeset patch # User Goffi # Date 1356890057 -3600 # Node ID ada146bac8fe1cc2ceb41b776c1dce67fbfcdf49 # Parent 7e87c87b795225db7ebfb9de1b3ec79c745c31bf server side: fixed tarotGameReady call diff -r 7e87c87b7952 -r ada146bac8fe libervia.tac --- 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"""