Update of /cvsroot/wpdev/xmlscripts/scripts/commands
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5451/commands
Modified Files:
tele.py
Log Message:
Index: tele.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/commands/tele.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tele.py 1 Nov 2004 17:21:10 -0000 1.6
--- tele.py 1 Nov 2004 17:22:47 -0000 1.7
***************
*** 47,51 ****
if args[0]:
char.socket.sysmessage( 'Select your teleport destination.' )
! char.socket.attachtarget( "commands.tele.teleport", [multi] )
return True
--- 47,51 ----
if args[0]:
char.socket.sysmessage( 'Select your teleport destination.' )
! char.socket.attachtarget( "commands.tele.teleport", [True] )
return True
|