disable progressive stack too

master
Aevann1 2022-06-28 02:28:59 +02:00
parent 67bc27cb8c
commit bb9d842f81
1 changed files with 1 additions and 0 deletions

View File

@ -271,6 +271,7 @@ def award_thing(v, thing_type, id):
author.fish = True
badge_grant(badge_id=90, user=author)
elif kind == "progressivestack":
abort(403)
if author.progressivestack: author.progressivestack += 21600
else: author.progressivestack = int(time.time()) + 21600
badge_grant(user=author, badge_id=94)