[wpdev-commits] xmlscripts/scripts/system players.py,1.5,1.6
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-26 22:03:41
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9017/system Modified Files: players.py Log Message: Fix Index: players.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/players.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** players.py 13 Aug 2004 17:56:49 -0000 1.5 --- players.py 26 Aug 2004 22:03:32 -0000 1.6 *************** *** 9,13 **** player.update() socket.resendplayer() - return True def onLogout( player ): --- 9,12 ---- *************** *** 16,18 **** player.hidden = 1 player.update() - return True --- 15,16 ---- |