fixed syntax error.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13757 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
6735bd2158
commit
bd21022abc
|
@ -146,7 +146,7 @@ if (guildname):
|
|||
try:
|
||||
Amount=int(text[1])
|
||||
|
||||
if Price!=None:
|
||||
if Price!=None:
|
||||
balance=bank.getbalance(accountname)
|
||||
if Price<=balance:
|
||||
Card=False
|
||||
|
|
Loading…
Reference in New Issue