Fix import before comment.
git-svn-id: svn://svn.code.sf.net/p/crossfire/code/maps/trunk@13318 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
c72773c55f
commit
0559e8bc68
|
@ -1,4 +1,3 @@
|
||||||
import random
|
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
# sell_punisher.py - Punish players for selling items
|
# sell_punisher.py - Punish players for selling items
|
||||||
#
|
#
|
||||||
|
@ -31,6 +30,7 @@ import random
|
||||||
# If no key is defined, trying to sell is punished in the whole world.
|
# If no key is defined, trying to sell is punished in the whole world.
|
||||||
|
|
||||||
import Crossfire
|
import Crossfire
|
||||||
|
import random
|
||||||
|
|
||||||
def sell_is_restricted():
|
def sell_is_restricted():
|
||||||
map = Crossfire.WhoAmI().ReadKey("punish_sell_in")
|
map = Crossfire.WhoAmI().ReadKey("punish_sell_in")
|
||||||
|
|
Loading…
Reference in New Issue