Update of /cvsroot/wpdev/xmlscripts/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27471
Modified Files:
blades.py
Log Message:
weight is being sent now
Index: blades.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/blades.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** blades.py 30 Sep 2004 12:39:21 -0000 1.10
--- blades.py 2 Oct 2004 10:04:33 -0000 1.11
***************
*** 83,86 ****
--- 83,89 ----
if not utilities.tobackpack(wool, char):
wool.update()
+
+ # Resend weight
+ char.socket.resendstatus()
char.socket.clilocmessage( 0x7A2E4 ) # You place the gathered wool into your backpack.
|