mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 08:37:43 +01:00
Fixes broken drone UI on 516 (#89938)
Ironically enough, not a 516 issue but rather a fuckup on our part revealed by a 516 plane switch. Also adjusted the warning, as 516 is outside of beta and we're (supposed to) have almost complete support at this point. Closes #89877 🆑 fix: Fixes black vision for dextrous mobs using 516 version of BYOND /🆑 --------- Co-authored-by: Lucy <lucy@absolucy.moe>
This commit is contained in:
committed by
Roxy
co-authored by
Lucy
parent
dd03084342
commit
44acd59b48
@@ -129,7 +129,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
|
||||
//var/static/list/beta_notice = list("", "You are on the BYOND 516 beta, various UIs and such may be broken!", "Please report issues, and switch back to BYOND 515 if things are causing too many issues for you.")
|
||||
//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.")
|
||||
var/static/list/old_version_notice = list("", "This server is designed for version 516, you are using an older version 515!", "You may experience issues and crashes, switch to BYOND 516 if things are causing too many issues for you.") // BUBBER EDIT CHANGE - Change version notice to 515
|
||||
if(!global_data)//statbrowser hasnt fired yet and we were called from immediate_send_stat_data()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user