From dabd2cb0d8ddf40aafd79875da1e7a1459aa21d0 Mon Sep 17 00:00:00 2001 From: Ivy Date: Thu, 22 Jan 2026 19:04:23 +0100 Subject: [PATCH] Add 1676 to unrecommended builds (#94959) same thing as #94933, there seems to be no evidence of the crash bug being fixed by reading the logs BUT there seems to be no evidence yet that the crash bug still exists --- code/modules/client/client_procs.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/client/client_procs.dm b/code/modules/client/client_procs.dm index c2557ac76fa..b401f7537a2 100644 --- a/code/modules/client/client_procs.dm +++ b/code/modules/client/client_procs.dm @@ -9,6 +9,7 @@ GLOBAL_LIST_INIT(unrecommended_builds, list( "1670" = "Bug breaking in-world text rendering.", "1671" = "Bug breaking in-world text rendering.", "1675" = "Frequent crashing.", + "1676" = "Frequent crashing.", )) #define LIMITER_SIZE 5 #define CURRENT_SECOND 1