[wpdev-commits] xmlscripts/scripts dyes.py,1.2,1.3
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-20 17:58:50
|
Update of /cvsroot/wpdev/xmlscripts/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27242 Modified Files: dyes.py Log Message: Fix Index: dyes.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/dyes.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dyes.py 26 May 2004 13:07:19 -0000 1.2 --- dyes.py 20 Sep 2004 17:58:40 -0000 1.3 *************** *** 44,48 **** # Needs to in our belongings if target.item.getoutmostchar() != player: ! player.socket.clilocmessage() return --- 44,48 ---- # Needs to in our belongings if target.item.getoutmostchar() != player: ! player.socket.clilocmessage(500364) return |