- fixed this stupid mistake (added quotes around bank DB name)

git-svn-id: svn://svn.code.sf.net/p/crossfire/code/trunk/maps@2358 282e977c-c81d-0410-88c4-b93c2d0d6712
master
temitchell 2003-09-28 22:13:15 +00:00
parent 3f638c3192
commit cd7c8c7da5
1 changed files with 1 additions and 1 deletions

View File

@ -34,5 +34,5 @@ log.remove(name)
#If you add a new bank database add an entry here to remove their account
#when the player quits
bank = CFBank.CFBank(ImperialBank_DB)
bank = CFBank.CFBank('ImperialBank_DB')
bank.remove_account(name)