forked from MarseyWorld/MarseyWorld
unlock /donate to loggedoutcels
parent
778f4f045e
commit
d98f8afde8
|
@ -408,5 +408,6 @@ def transfers(v:User):
|
|||
@limiter.limit(DEFAULT_RATELIMIT)
|
||||
@is_not_permabanned
|
||||
def donate(v):
|
||||
if v.shadowbanned or v.chud == 1: abort(404)
|
||||
if v.shadowbanned or v.chud == 1 or v.is_permabanned:
|
||||
abort(404)
|
||||
return render_template(f'donate.html', v=v)
|
||||
|
|
Loading…
Reference in New Issue