Hi,

Index: pokerexplain.py
===================================================================
--- pokerexplain.py    (revision 3735)
+++ pokerexplain.py    (working copy)
@@ -594,6 +594,7 @@
                     if serial_in_position > 0:
                         if position_changed:
                             
forward_packets.append(PacketPokerPosition(game_id = game.id,
+                                                                       
position = game.position,
                                                                        
serial = serial_in_position))
                         if ( self_was_in_position and not 
self_in_position ):
                             self.unsetPlayerTimeout(game, self.getSerial())

this is the patch to get the Position packet to send meaningfull 
information. Thanks to Chris Hugues ;-)

Cheers


_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to