mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 12:35:33 +01:00
Fix: fixed Access Checker null reference interface window (#89496)
## About The Pull Request Fixes Access Checker component interface Fixes #69970  ## Why It's Good For The Game No more bluescreens 🆑 fix: fixed bluescreen in Access Checker interface /🆑 Co-authored-by: Ez-Briz <ezbrizmail@gmail.com>
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
|
||||
/obj/item/circuit_component/compare/access/ui_data(mob/user)
|
||||
var/list/data = list()
|
||||
data["accesses"] = required_accesses.value
|
||||
data["accesses"] = required_accesses.value || list()
|
||||
data["oneAccess"] = check_any.value
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user