Skip to content

Commit

Permalink
trivial: add missing user (#605)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmartin5692 authored Apr 19, 2024
1 parent 12f0f4a commit b07ce09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/MissionsHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ def success_capture(self, user, flag, old_reward=None):
next_level._type == "progress"
and level_progress * 100 >= next_level.buyout
):
msg = self.unlock_level(next_level)
msg = self.unlock_level(next_level, user)
success.append(msg)
self.event_manager.push_score_update()
return success
Expand Down

0 comments on commit b07ce09

Please sign in to comment.