From da8e8c3aa988cb8e9ea2fc1d7d9733d4ec33c5c0 Mon Sep 17 00:00:00 2001 From: anettera <27014495+remove32@users.noreply.github.com> Date: Fri, 31 Oct 2025 09:54:07 +0000 Subject: [PATCH] Remove beta notice for BYOND 516 Removed beta notice for BYOND 516 from statpanel. --- code/controllers/subsystem/statpanel.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/controllers/subsystem/statpanel.dm b/code/controllers/subsystem/statpanel.dm index 7dd42330750..e36bddd4b48 100644 --- a/code/controllers/subsystem/statpanel.dm +++ b/code/controllers/subsystem/statpanel.dm @@ -104,6 +104,7 @@ SUBSYSTEM_DEF(statpanels) #if MIN_COMPILER_VERSION > 515 #warn 516 is most certainly out of beta, remove this beta notice if you haven't already #endif + /* 516 is stable we dont need this anymore var/static/list/beta_notice = list("", "You are on BYOND 516, some visual glitches with UIs may be present!", "Please report issues, and switch back to BYOND 515 if things are causing too many issues for you.") if(!global_data)//statbrowser hasnt fired yet and we were called from immediate_send_stat_data() return @@ -111,7 +112,7 @@ SUBSYSTEM_DEF(statpanels) "global_data" = (target.byond_version < 516) ? global_data : (global_data + beta_notice), "ping_str" = "Ping: [round(target.lastping, 1)]ms (Average: [round(target.avgping, 1)]ms)", "other_str" = target.mob?.get_status_tab_items(), - )) + )) */ /datum/controller/subsystem/statpanels/proc/set_MC_tab(client/target) var/turf/eye_turf = get_turf(target.eye)