[wpdev-commits] xmlscripts/scripts/commands fix.py,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-09 10:14:58
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29951/commands Modified Files: fix.py Log Message: Resend works the same as fix. Index: fix.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/fix.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** fix.py 9 Jul 2004 10:06:54 -0000 1.1 --- fix.py 9 Jul 2004 10:14:30 -0000 1.2 *************** *** 7,13 **** """ \command fix ! \description Resend the player information. """ - import wolfpack --- 7,16 ---- """ \command fix ! \description Resend the player and the surrounding objects. ! """ ! """ ! \command resend ! \description Resend the player and the surrounding objects. """ import wolfpack *************** *** 15,18 **** --- 18,22 ---- def onLoad(): wolfpack.registercommand( 'fix', commandFix ) + wolfpack.registercommand( 'resend' commandFix ) return |