mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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.
This commit is contained in:
committed by
GitHub
parent
17ffb9047c
commit
5f722df728
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user