Skip to content

Commit

Permalink
reverts changes to IsBanned
Browse files Browse the repository at this point in the history
  • Loading branch information
harryob committed Feb 10, 2024
1 parent 357c9bb commit dee5e2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/modules/admin/IsBanned.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@


. = P.check_ban(computer_id, address)
if(.)
return .

return ..() //default pager ban stuff


#endif

0 comments on commit dee5e2a

Please sign in to comment.