- 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-b93c2d0d6712master
parent
3f638c3192
commit
cd7c8c7da5
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue