NotAdam / Lumina

A simple, performant and extensible framework for interacting with FFXIV game data
Do What The F*ck You Want To Public License
101 stars 52 forks source link

Use lowercase name in RemoveSheetFromCache #66

Closed Critical-Impact closed 1 year ago

Critical-Impact commented 1 year ago

RemoveSheetFromCache when called with no parameters will generate the name based off the sheet's name property. This is generally uppercase, GetSheet handles this by calling ToLowerInvariant on the name which is then passed to the ID tuple. This change does the same for RemoveSheetFromCache.