From 59f7343c5ea02b4afe8ab4ce36b64ef731a41565 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Mon, 12 Feb 2018 17:23:40 -0500 Subject: [PATCH] Merge pull request #35603 from MrStonedOne/patch-480 blacklists 512.1408 for basically being a wallhack (again) --- code/modules/client/client_procs.dm | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 6a7c12a10c..77c71823f5 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -3,7 +3,11 @@ //////////// #define UPLOAD_LIMIT 1048576 //Restricts client uploads to the server to 1MB //Could probably do with being lower. -GLOBAL_LIST_INIT(blacklisted_builds, list(1407 = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see")) +GLOBAL_LIST_INIT(blacklisted_builds, list( + 1407 = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see", + 1408 = "bug preventing client display overrides from working leads to clients being able to see things/mobs they shouldn't be able to see", + + )) #define LIMITER_SIZE 5 #define CURRENT_SECOND 1