forked from MarseyWorld/MarseyWorld
disable progressive stack too
parent
67bc27cb8c
commit
bb9d842f81
|
@ -271,6 +271,7 @@ def award_thing(v, thing_type, id):
|
||||||
author.fish = True
|
author.fish = True
|
||||||
badge_grant(badge_id=90, user=author)
|
badge_grant(badge_id=90, user=author)
|
||||||
elif kind == "progressivestack":
|
elif kind == "progressivestack":
|
||||||
|
abort(403)
|
||||||
if author.progressivestack: author.progressivestack += 21600
|
if author.progressivestack: author.progressivestack += 21600
|
||||||
else: author.progressivestack = int(time.time()) + 21600
|
else: author.progressivestack = int(time.time()) + 21600
|
||||||
badge_grant(user=author, badge_id=94)
|
badge_grant(user=author, badge_id=94)
|
||||||
|
|
Loading…
Reference in New Issue