From ee781679e4d36c4a6c20a2fc016c2c97c3ba5368 Mon Sep 17 00:00:00 2001 From: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Date: Sat, 1 Feb 2025 00:18:30 +0000 Subject: [PATCH] 1652 to 1654 warnings (#17012) * 1652 to 1654 warnings Added warnings for people on clients 516.1652 to 1654 that they should use another version. * More detail --- code/modules/mob/new_player/login.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/new_player/login.dm b/code/modules/mob/new_player/login.dm index a82ea99f791..e7ecf9be7f8 100644 --- a/code/modules/mob/new_player/login.dm +++ b/code/modules/mob/new_player/login.dm @@ -84,6 +84,9 @@ var/obj/effect/lobby_image = new /obj/effect/lobby_image if(world.byond_build == 1569) problems = "frequent crashes, usually when transitioning between z-levels" + if(1652 to 1654) + problems = "various webview graphics issues and client hanging (1652 to 1654 are all affected). 516.1651 is known to be safe from these issues if a newer version than 1654 is not available." + if(problems) // To get attention var/message = "Your BYOND client version ([client.byond_version].[client.byond_build]) has known issues: [problems]. See the chat window for other version options."