mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
Compare commits
2 Commits
c423f2e79d
...
c5ab1aa290
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c5ab1aa290 | ||
|
|
da8e8c3aa9 |
@@ -104,11 +104,13 @@ 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
|
||||
target.stat_panel.send_message("update_stat", list(
|
||||
"global_data" = (target.byond_version < 516) ? global_data : (global_data + beta_notice),
|
||||
"global_data" = (target.byond_version < 516) ? global_data : (global_data),
|
||||
"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