Skip to content

Commit

Permalink
Update for 2.14.1.0.134326
Browse files Browse the repository at this point in the history
  • Loading branch information
ZingBallyhoo committed Jan 25, 2025
1 parent 8e04372 commit 8380ed6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DataTool/DataTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<OutputType>Exe</OutputType>
<LangVersion>preview</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Version>2.14.0.0</Version>
<Version>2.14.1.0</Version>
<Configurations>Debug;Release;ReleasePublish;DebugPublish</Configurations>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' OR '$(Configuration)' == 'DebugPublish' ">
Expand Down
2 changes: 1 addition & 1 deletion DataTool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public static void InitStorage(bool online = false) { // turnin offline off agai
var args = new ClientCreateArgs {
SpeechLanguage = Flags.SpeechLanguage,
TextLanguage = Flags.Language,
HandlerArgs = new ClientCreateArgs_Tank { ManifestRegion = Flags.RCN ? ProductHandler_Tank.REGION_CN : ProductHandler_Tank.REGION_DEV },
HandlerArgs = new ClientCreateArgs_Tank { ManifestRegion = Flags.RCN ? ClientCreateArgs_Tank.REGION_CN : ClientCreateArgs_Tank.REGION_DEV },
Online = online,
RemoteKeyringUrl = "https://raw.githubusercontent.com/overtools/OWLib/master/TankLib/Overwatch.keyring"
};
Expand Down
2 changes: 1 addition & 1 deletion DataTool/ToolLogic/Dbg/DebugInstallIssues.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void Parse(ICLIFlags toolFlags) {
SpeechLanguage = Program.Flags.SpeechLanguage,
TextLanguage = Program.Flags.Language,
HandlerArgs = new ClientCreateArgs_Tank {
ManifestRegion = Program.Flags.RCN ? ProductHandler_Tank.REGION_CN : ProductHandler_Tank.REGION_DEV,
ManifestRegion = Program.Flags.RCN ? ClientCreateArgs_Tank.REGION_CN : ClientCreateArgs_Tank.REGION_DEV,
LoadManifest = true,
LoadBundlesForLookup = false
},
Expand Down
1 change: 1 addition & 0 deletions TankLib/Overwatch.keyring
Original file line number Diff line number Diff line change
Expand Up @@ -243,3 +243,4 @@ E6A1EFBE44A503EF 995829C4B50C051E94CCE310EACE0E4D 1 # [2.12.1] Season 12 Midseas
3B185C1B8755C989 C7B3142FDCC51E843146886993358749 1 # [2.13.1] Hazard
347543A89ED3CAC2 0A31ECED83FCEFFCCF7D33A8AA1B0ECC 1 # [2.14.0] Season 14
62B1FDBF407B8BF7 F075D05560C216D2DBC69FEBE3DE8B04 1 # [2.14.0] Season 14 Avatar: The Last Airbender Collab
C5E460D620E83436 BBE7C0D5CC80E69DA43A076A8A4EBC02 1 # [2.14.1] Season 14 Midseason
2 changes: 1 addition & 1 deletion TankView/TankView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>
<NoWarn>CA1416</NoWarn>
<Version>2.14.0.0</Version>
<Version>2.14.1.0</Version>
<SatelliteResourceLanguages>en</SatelliteResourceLanguages>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' OR '$(Configuration)' == 'ReleasePublish' ">
Expand Down

0 comments on commit 8380ed6

Please sign in to comment.