Remove 516 beta message (#3264)

## About The Pull Request

Removes the 516 beta warning, since we now require 516.

## Proof Of Testing

<details>
<summary>Screenshots/Videos</summary>


![image](https://github.com/user-attachments/assets/2f680838-bf1c-4ffd-b934-0e956a21c3d2)

</details>
This commit is contained in:
LT3
2025-03-08 00:46:18 +00:00
committed by GitHub
parent 6f2b37b2f2
commit 32d7e9f129
+1 -1
View File
@@ -133,7 +133,7 @@ SUBSYSTEM_DEF(statpanels)
if(!global_data)//statbrowser hasnt fired yet and we were called from immediate_send_stat_data()
return
target.stat_panel.send_message("update_stat", list(
"global_data" = (target.byond_version < 516) ? global_data : (global_data + beta_notice),
"global_data" = global_data, // BUBBER EDIT CHANGE - Remove beta notice
"ping_str" = "Ping: [round(target.lastping, 1)]ms (Average: [round(target.avgping, 1)]ms)",
"other_str" = target.mob?.get_status_tab_items(),
))