diff --git a/files/routes/awards.py b/files/routes/awards.py index 8a177286e..077f76eb4 100644 --- a/files/routes/awards.py +++ b/files/routes/awards.py @@ -660,6 +660,8 @@ def award_thing(v, thing_type, id): elif kind == "jumpscare": author.jumpscare += 1 + g.db.flush() + author = obj.author if v.id != author.id: if author.deflector and AWARDS[kind]['deflectable']: