mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
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>  </details>
This commit is contained in:
@@ -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(),
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user