From efb1720f07ae3b4a0d161880652f6f502f70a942 Mon Sep 17 00:00:00 2001 From: "elly1989@rocketmail.com" Date: Sat, 2 Jun 2012 13:37:34 +0000 Subject: [PATCH] for fuck sake git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3723 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/IsBanned.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index d7c02ae443b..8b1cc612aa0 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -1,6 +1,6 @@ //Blocks an attempt to connect before even creating our client datum thing. world/IsBanned(key,address,computer_id) - if(ckey(key) in admins) + if(ckey(key) in admins) return ..() //Guest Checking