Skip to content

Commit

Permalink
Oops, 2.0.0.1 for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Nov 15, 2024
1 parent 96720d0 commit ab6c770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Alpha/Services/Excel/ExcelService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ab6c770

Please sign in to comment.