Skip to content

Commit c65de27

Browse files
update to 1456 zip
1 parent ce049d0 commit c65de27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

OTAPI.Patcher/Resolvers/PCFileResolver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class PCFileResolver : IFileResolver
2828
{
2929
public const String TerrariaWebsite = "https://terraria.org";
3030

31-
public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-1455.zip";
31+
public virtual string SupportedDownloadUrl { get; } = $"{TerrariaWebsite}/api/download/pc-dedicated-server/terraria-server-1456.zip";
3232

3333
public virtual string GetUrlFromHttpResponse(string content)
3434
{

0 commit comments

Comments
 (0)