From a470da144c705ed206b52839095c4adbb2217f97 Mon Sep 17 00:00:00 2001 From: Kyle Spier-Swenson Date: Sat, 23 Dec 2023 19:08:10 -0800 Subject: [PATCH] update blacklisted client byond versions (#80523) Also cleans up old ones that don't matter. Since we use 514 client features so byond forces 514 clients anyways. Resolves #80504 --- code/modules/client/client_procs.dm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index 77240be2b60..da3a733cf50 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -3,10 +3,7 @@ //////////// 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", - "1428" = "bug causing right-click menus to show too many verbs that's been fixed in version 1429", - + "1622" = "Bug breaking rendering can lead to wallhacks.", )) #define LIMITER_SIZE 5