From ab6c7700d187cb200de3c3f6bc9389f8bf3f409d Mon Sep 17 00:00:00 2001 From: NotNite Date: Thu, 14 Nov 2024 20:38:06 -0500 Subject: [PATCH] Oops, 2.0.0.1 for real this time --- Alpha/Services/Excel/ExcelService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Alpha/Services/Excel/ExcelService.cs b/Alpha/Services/Excel/ExcelService.cs index c81c437..8600b7b 100644 --- a/Alpha/Services/Excel/ExcelService.cs +++ b/Alpha/Services/Excel/ExcelService.cs @@ -28,6 +28,7 @@ public void SetGameData(AlphaGameData gameData) { this.GameData = gameData; this.SheetsCache.Clear(); this.SheetDefinitions.Clear(); + this.resolvingDefinitions.Clear(); } public IAlphaSheet? GetSheet(string name, bool skipCache = false, bool resolveDefinition = true) {