mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-09 22:26:23 +01:00
Fix GLOB. replacement error (#18007)
This commit is contained in:
@@ -132,8 +132,8 @@
|
||||
var/list/data = ..()
|
||||
|
||||
data["headsetlist"] = GLOB.headsetlist
|
||||
data["GLOB.backbaglist"] = GLOB.backbaglist
|
||||
data["GLOB.pdachoicelist"] = GLOB.pdachoicelist
|
||||
data["backbaglist"] = GLOB.backbaglist
|
||||
data["pdachoicelist"] = GLOB.pdachoicelist
|
||||
|
||||
return data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user