diff --git a/files/routes/awards.py b/files/routes/awards.py index abedd70902..1043708b16 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -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)