Aevann 2024-03-03 20:56:59 +02:00
parent 76ba83b0f0
commit 831bf41f2f
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ def settings_personal_post(v):
session['event_music'] = request.values.get("event_music", v.event_music) == 'true'
elif not updated and request.values.get("marsify", v.marsify) != v.marsify and v.marsify <= 1:
if not v.patron:
if not v.patron and v.marsify != 1:
abort(403, f"Perma-marsify is only available to {patron}s!")
updated = True
v.marsify = int(request.values.get("marsify") == 'true')