From bde59a62e2a41b3a10aa011784b8bf4bf1eb54d6 Mon Sep 17 00:00:00 2001 From: Thom McGrath Date: Thu, 2 Nov 2023 16:52:38 -0400 Subject: [PATCH] Fixed config set priorities reordering --- Project/Modules/Beacon/ConfigSetState.xojo_code | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project/Modules/Beacon/ConfigSetState.xojo_code b/Project/Modules/Beacon/ConfigSetState.xojo_code index f8ef734d4..a390f9b5e 100644 --- a/Project/Modules/Beacon/ConfigSetState.xojo_code +++ b/Project/Modules/Beacon/ConfigSetState.xojo_code @@ -133,7 +133,7 @@ Protected Class ConfigSetState Var FilteredStates() As Beacon.ConfigSetState For Each State As Beacon.ConfigSetState In States - If State.Enabled = False Or SetsMap.HasKey(State.ConfigSetId) = False Then + If SetsMap.HasKey(State.ConfigSetId) = False Then Continue End If