From 5fbe39c316ce34fd39825cd2644c593013ebe6f9 Mon Sep 17 00:00:00 2001 From: EliphasNUIT Date: Tue, 21 Jan 2025 19:46:17 +0100 Subject: [PATCH] adjusted default _dirty value for AgentData --- GW2EIEvtcParser/ParsedData/Agents/AgentData.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GW2EIEvtcParser/ParsedData/Agents/AgentData.cs b/GW2EIEvtcParser/ParsedData/Agents/AgentData.cs index a9cc23a8d..bd0380979 100644 --- a/GW2EIEvtcParser/ParsedData/Agents/AgentData.cs +++ b/GW2EIEvtcParser/ParsedData/Agents/AgentData.cs @@ -15,7 +15,7 @@ public class AgentData private Dictionary> _allNPCsByID; private Dictionary> _allGadgetsByID; private Dictionary> _allAgentsByType; - private bool _dirty = false; + private bool _dirty = true; #if DEBUG private Dictionary> _allAgentsByName; #endif