[wpdev-commits] xmlscripts/scripts/commands tele.py,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-11-01 17:18:04
|
Update of /cvsroot/wpdev/xmlscripts/scripts/commands In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4012/commands Modified Files: tele.py Log Message: Index: tele.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/tele.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** tele.py 1 Nov 2004 17:16:13 -0000 1.4 --- tele.py 1 Nov 2004 17:17:50 -0000 1.5 *************** *** 43,48 **** if args[0]: ! socket.sysmessage( 'Select your teleport destination.' ) ! socket.attachtarget( "commands.tele.teleport", [multi] ) return True --- 43,48 ---- if args[0]: ! char.socket.sysmessage( 'Select your teleport destination.' ) ! char.socket.attachtarget( "commands.tele.teleport", [multi] ) return True |