forked from rDrama/rDrama
1
0
Fork 0

force stealth mode on /h/glory

master
Aevann 2023-11-03 20:39:38 +02:00
parent 34fbb640a3
commit 0a117a4e40
1 changed files with 1 additions and 1 deletions

View File

@ -752,7 +752,7 @@ def hole_unpin(v, pid):
@auth_required
def hole_stealth(v, hole):
hole = get_hole(hole)
if hole.name in {'braincels','smuggies','mnn'} and v.admin_level < PERMS["MODS_EVERY_HOLE"]:
if hole.name in {'braincels','smuggies','mnn','glory'} and v.admin_level < PERMS["MODS_EVERY_HOLE"]:
abort(403)
if not v.mods(hole.name): abort(403)