[wpdev-commits] xmlscripts/scripts/system debugging.py,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-07-12 21:06:38
|
Update of /cvsroot/wpdev/xmlscripts/scripts/system In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16737/system Modified Files: debugging.py Log Message: Updates! I made potion kegs work now! Index: debugging.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/debugging.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** debugging.py 16 Jun 2004 20:18:43 -0000 1.1 --- debugging.py 12 Jul 2004 21:06:30 -0000 1.2 *************** *** 4,12 **** # True = 1 ! DEBUG_COMBAT_INFO = 0 ! ! DEBUG_SPAWNS = 0 ! ! DEBUG_STATS = 0 ! DEBUG_SKILLS = 0 --- 4,10 ---- # True = 1 ! DEBUG_COMBAT_INFO = False ! DEBUG_SPAWNS = False ! DEBUG_STATS = False ! DEBUG_SKILLS = False |