From 85ac97aaeb5bfb9d4f96595e8597c6d7ce3d1889 Mon Sep 17 00:00:00 2001 From: cheapie Date: Sun, 10 May 2026 14:10:06 -0500 Subject: Fix stale floor information being displayed in dispatcher connection editor --- dispatcherfw.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'dispatcherfw.lua') diff --git a/dispatcherfw.lua b/dispatcherfw.lua index 814f773..531cc11 100644 --- a/dispatcherfw.lua +++ b/dispatcherfw.lua @@ -436,6 +436,7 @@ elseif event.type == "ui" then elseif exp.type == "DCL" then mem.editingconnection = #mem.params.carids-exp.index+1 mem.screenstate = (mem.screenstate == "oobe_connections" and "oobe_connection" or "connection") + mem.newconnfloors = mem.params.floorsserved[mem.params.carids[mem.editingconnection]] elseif event.fields.edit then mem.screenstate = (mem.screenstate == "oobe_connections" and "oobe_connection" or "connection") mem.newconnfloors = mem.params.floorsserved[mem.params.carids[mem.editingconnection]] -- cgit v1.2.3