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