forked from liza/Deliveroo
Fix seal turn in not being confirmed when language is set to JP
This commit is contained in:
parent
e80a841f31
commit
eba2ac997a
@ -1,7 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net7.0-windows</TargetFramework>
|
<TargetFramework>net7.0-windows</TargetFramework>
|
||||||
<Version>2.13</Version>
|
<Version>2.14</Version>
|
||||||
<LangVersion>11.0</LangVersion>
|
<LangVersion>11.0</LangVersion>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
|
||||||
|
@ -19,7 +19,7 @@ internal sealed class GameStrings
|
|||||||
ClosePersonnelOfficerTalk =
|
ClosePersonnelOfficerTalk =
|
||||||
dataManager.GetString<ComDefGrandCompanyOfficer>("TEXT_COMDEFGRANDCOMPANYOFFICER_00073_A4_004", pluginLog)
|
dataManager.GetString<ComDefGrandCompanyOfficer>("TEXT_COMDEFGRANDCOMPANYOFFICER_00073_A4_004", pluginLog)
|
||||||
?? throw new Exception($"Unable to resolve {nameof(ClosePersonnelOfficerTalk)}");
|
?? throw new Exception($"Unable to resolve {nameof(ClosePersonnelOfficerTalk)}");
|
||||||
ExchangeItems = dataManager.GetRegex<Addon>(4928, addon => addon.Text, pluginLog)
|
ExchangeItems = dataManager.GetRegex<Addon>(3290, addon => addon.Text, pluginLog)
|
||||||
?? throw new Exception($"Unable to resolve {nameof(ExchangeItems)}");
|
?? throw new Exception($"Unable to resolve {nameof(ExchangeItems)}");
|
||||||
TradeHighQualityItem = dataManager.GetString<Addon>(102434, addon => addon.Text, pluginLog)
|
TradeHighQualityItem = dataManager.GetString<Addon>(102434, addon => addon.Text, pluginLog)
|
||||||
?? throw new Exception($"Unable to resolve {nameof(TradeHighQualityItem)}");
|
?? throw new Exception($"Unable to resolve {nameof(TradeHighQualityItem)}");
|
||||||
|
Loading…
Reference in New Issue
Block a user