Update of /cvsroot/wpdev/xmlscripts/scripts/magic
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11185/magic
Modified Files:
__init__.py nightsight.py
Log Message:
Possible fix for nightsight problems.
Index: nightsight.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/nightsight.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** nightsight.py 25 Aug 2004 17:03:05 -0000 1.7
--- nightsight.py 27 Oct 2004 16:38:34 -0000 1.8
***************
*** 26,29 ****
--- 26,30 ----
def onLogout(player):
wearout(player)
+ return False
#
***************
*** 32,35 ****
--- 33,37 ----
def onLogin(player):
wearout(player)
+ return False
#
Index: __init__.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/magic/__init__.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** __init__.py 20 Oct 2004 19:40:30 -0000 1.23
--- __init__.py 27 Oct 2004 16:38:34 -0000 1.24
***************
*** 208,209 ****
--- 208,210 ----
def onLogin(char):
fizzle(char)
+ return False
|