From 7ee238ca6f38e0a725718966dbd968bb89aae9c7 Mon Sep 17 00:00:00 2001 From: mamoniot Date: Mon, 13 Mar 2023 16:44:52 -0400 Subject: [PATCH] fixed type info --- cybersyn/scripts/global.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cybersyn/scripts/global.lua b/cybersyn/scripts/global.lua index d0180fa..9255f7a 100644 --- a/cybersyn/scripts/global.lua +++ b/cybersyn/scripts/global.lua @@ -86,7 +86,7 @@ ---@field public use_any_depot true? ---@field public disable_bypass true? ---@field public network_name string? --can only be nil when the train is parked at a depot ----@field public network_flag int +---@field public network_flag int|{[string]: int} --transient ---@field public priority int ---@field public refueler_id uint? ---@field public se_is_being_teleported true? --se only