From d600fa5a5674c68258382114fcae565f66d6c0f5 Mon Sep 17 00:00:00 2001 From: Luke Date: Fri, 18 Nov 2022 06:15:01 +1000 Subject: [PATCH] 3.1.20 - Terraria 1.4.4.9 --- OTAPI.Patcher/OTAPI.Patcher.csproj | 4 ++-- OTAPI.Patcher/Resolvers/PCFileResolver.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/OTAPI.Patcher/OTAPI.Patcher.csproj b/OTAPI.Patcher/OTAPI.Patcher.csproj index 28100c03..6e90ba13 100644 --- a/OTAPI.Patcher/OTAPI.Patcher.csproj +++ b/OTAPI.Patcher/OTAPI.Patcher.csproj @@ -3,12 +3,12 @@ Exe net6.0 - 3.1.19 + 3.1.20 true x64 win7-x64;osx.10.11-x64;ubuntu.16.04-x64 enable - Initial 1.4.4.8.1 support + Initial 1.4.4.9 support diff --git a/OTAPI.Patcher/Resolvers/PCFileResolver.cs b/OTAPI.Patcher/Resolvers/PCFileResolver.cs index 997a7a94..9da1b1d6 100644 --- a/OTAPI.Patcher/Resolvers/PCFileResolver.cs +++ b/OTAPI.Patcher/Resolvers/PCFileResolver.cs @@ -28,7 +28,7 @@ public class PCFileResolver : IFileResolver { public const String TerrariaWebsite = "https://terraria.org"; - public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-14481.zip"; + public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-1449.zip"; public virtual string GetUrlFromHttpResponse(string content) {