img02 / HuntHelper

FFXIV Hunt Tracker / Map Radar, A-Train Recording, S Rank Utilities. Dalamud Plugin.
MIT License
12 stars 19 forks source link

fix the problem that it dont display map images on CN clients #45

Closed KirisameVanilla closed 6 months ago

KirisameVanilla commented 6 months ago

issue #44 the issue is caused by the Sheet, as the cn client only has one ClientLanguage so it cannot use "DataManager.Excel.GetSheet(Language.English)" I add an if to the place using the ClientLanguage as the condition.

KirisameVanilla commented 6 months ago

Some expression error: It's not "cn client only has one language". It's "PlaceName Sheet from cn client doesn't has other languages" So when using 'GetSheet(Language.English)' it will return with a null.