- 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-b93c2d0d6712master
parent
4b57ac9506
commit
4dda2986e3
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue