- oops fix long stnading error preventing bank accounts being deleted

when player quits.. (blush)


git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2868 282e977c-c81d-0410-88c4-b93c2d0d6712
master
temitchell 2004-08-03 02:02:27 +00:00
parent 4b57ac9506
commit 4dda2986e3
1 changed files with 3 additions and 2 deletions

View File

@ -18,13 +18,14 @@
# #
# The author can be reached via e-mail at jbontje@suespammers.org # The author can be reached via e-mail at jbontje@suespammers.org
# #
#Updated to use new path functions in CFPython -Todd Mitchell # Updated to use new path functions in CFPython and Bank
# acount cleanup - Todd Mitchell
import CFPython import CFPython
import sys import sys
sys.path.append('%s/%s/python' %(CFPython.GetDataDirectory(),CFPython.GetMapDirectory())) sys.path.append('%s/%s/python' %(CFPython.GetDataDirectory(),CFPython.GetMapDirectory()))
import CFLog import CFLog
import string import CFBank
activator = CFPython.WhoIsActivator() activator = CFPython.WhoIsActivator()
name = CFPython.GetName(activator) name = CFPython.GetName(activator)