forked from rDrama/rDrama
1
0
Fork 0

make jannies able to award shadowbanned-cels

master
Aevann 2023-07-02 20:10:56 +03:00
parent 07695039d7
commit 1cd13cf4da
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ def award_thing(v, thing_type, id):
if v.shadowbanned: abort(500)
author = thing.author
if author.shadowbanned: abort(404)
if author.shadowbanned and not v.admin_level: abort(404)
AWARDS = deepcopy(AWARDS_ENABLED)
if v.house: