From 5f722df728a8e428d63da10ebff1e1f6bceed9d0 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Thu, 1 Dec 2016 00:45:49 -0800 Subject: [PATCH] Cid Randomizer Detector will not check webclients or any client type that isn't seeker. The randomizer doesn't work on the webclient, and it wouldn't matter anyways because the webclient's cid is worthless. --- code/modules/client/client_procs.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index ef910622f9d..3f0f31d4a46 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -335,6 +335,8 @@ var/next_external_rsc = 0 /client/proc/check_randomizer(topic) . = FALSE + if (connection != "seeker") + return topic = params2list(topic) if (!config.check_randomizer) return