[wpdev-commits] xmlscripts/scripts/wolfpack __init__.py,1.62,1.63
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-07-25 23:01:10
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8935/wolfpack Modified Files: __init__.py Log Message: Fix for serverinfo Index: __init__.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/__init__.py,v retrieving revision 1.62 retrieving revision 1.63 diff -C2 -d -r1.62 -r1.63 *** __init__.py 22 Jul 2004 16:08:43 -0000 1.62 --- __init__.py 25 Jul 2004 23:00:57 -0000 1.63 *************** *** 64,67 **** --- 64,68 ---- newplayer = _wolfpack.newplayer tickcount = _wolfpack.tickcount + currenttime = _wolfpack.currenttime packet = _wolfpack.packet getoption = _wolfpack.getoption |