diff --git a/files/helpers/actions.py b/files/helpers/actions.py index ffe5ea46f..58c6a7888 100644 --- a/files/helpers/actions.py +++ b/files/helpers/actions.py @@ -480,7 +480,7 @@ def execute_dylan(v:User): def execute_under_siege(v:User, target:Optional[Union[Post, Comment]], body, kind:str) -> bool: if v.shadowbanned: return - if SITE == 'watchpeopledie.tv' or True: + if SITE == 'watchpeopledie.tv': execute_dylan(v) if v.shadowbanned: return