From 20a6e18dd11d1c955df2116ea739d1129897511a Mon Sep 17 00:00:00 2001 From: Monica Moniot Date: Sat, 3 Dec 2022 13:17:02 -0500 Subject: [PATCH] minor comment edit --- cybersyn/scripts/global.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cybersyn/scripts/global.lua b/cybersyn/scripts/global.lua index fd14273..532ffb0 100644 --- a/cybersyn/scripts/global.lua +++ b/cybersyn/scripts/global.lua @@ -76,8 +76,8 @@ ---@class Economy ---could contain invalid stations or stations with modified settings from when they were first appended ----@field public all_r_stations {[string]: uint[]} --{[network_name:item_name]: station_id} ----@field public all_p_stations {[string]: uint[]} --{[network_name:item_name]: station_id} +---@field public all_r_stations {[string]: uint[]} --{["network_name:item_name"]: station_id} +---@field public all_p_stations {[string]: uint[]} --{["network_name:item_name"]: station_id} ---@field public all_names (string|SignalID)[] --NOTE: any setting labeled as an interface setting can only be changed through the remote-interface, these settings are not save and have to be set at initialization