From 5e188a45d5a4db8a6801ebe9cd41aff06268ebd7 Mon Sep 17 00:00:00 2001 From: BongaTheProto <93835010+BongaTheProto@users.noreply.github.com> Date: Thu, 18 Aug 2022 23:34:28 -0500 Subject: [PATCH] Update client_procs.dm --- modular_splurt/code/modules/client/client_procs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modular_splurt/code/modules/client/client_procs.dm b/modular_splurt/code/modules/client/client_procs.dm index ddf6d1a0e9..0ef3171ba5 100644 --- a/modular_splurt/code/modules/client/client_procs.dm +++ b/modular_splurt/code/modules/client/client_procs.dm @@ -4,7 +4,7 @@ uses_vpn = FALSE return . uses_vpn = TRUE - if(!CONFIG_GET(flag/kick_vpn)) + if(!CONFIG_GET(flag/kick_vpn) || ip_intel < 1) return . to_chat(src, span_danger("You have been kicked from the server because your IP has been flagged as a VPN. \ Please turn it off in order to connect or contact staff in case this is an error."))