From dee5e2ad73a4b7859465ccc90bd2d0782dd19496 Mon Sep 17 00:00:00 2001 From: harryob <55142896+harryob@users.noreply.github.com> Date: Sat, 10 Feb 2024 12:29:30 +0000 Subject: [PATCH] reverts changes to IsBanned --- code/modules/admin/IsBanned.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index 50ad8c92de84..4a7307b247a5 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -29,6 +29,10 @@ . = P.check_ban(computer_id, address) + if(.) + return . + + return ..() //default pager ban stuff #endif