mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Fix Map JSON loading errors (#54563)
Also fixes that one runtime everyone runs into when they first load in
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
var/command = macro_set[key]
|
||||
winset(src, "default-[REF(key)]", "parent=default;name=[key];command=[command]")
|
||||
|
||||
if(prefs.hotkeys)
|
||||
if(prefs?.hotkeys)
|
||||
winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_ENABLED]")
|
||||
else
|
||||
winset(src, null, "input.focus=true input.background-color=[COLOR_INPUT_DISABLED]")
|
||||
|
||||
Reference in New Issue
Block a user