Skip to content

Commit

Permalink
go back to previous unitsync engine + try to not crash server when un…
Browse files Browse the repository at this point in the history
…itsync breaks
  • Loading branch information
Licho1 committed Jan 26, 2025

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 3d14ce8 commit fb93193
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AutoRegistrator/Unitsyncer.cs
Original file line number Diff line number Diff line change
@@ -3,6 +3,7 @@
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Runtime.ExceptionServices;
using MonoTorrent.Common;
using PlasmaShared;
using ZkData;
@@ -87,6 +88,7 @@ public List<ScanResult> Scan()
}


[HandleProcessCorruptedStateExceptions]
private static ResourceInfo Register(UnitSync unitsync, ResourceInfo resource)
{
Trace.TraceInformation("UnitSyncer: registering {0}", resource.Name);
2 changes: 1 addition & 1 deletion Shared/PlasmaShared/GlobalConst.cs
Original file line number Diff line number Diff line change
@@ -266,7 +266,7 @@ public static void OverrideContentServiceClient(IContentServiceClient client)
}


public static string UnitSyncEngine = "105.1.1-1485-g78f9a2c";
public static string UnitSyncEngine = "unitsync";

public static int SteamContributionJarID = 2;
public static Dictionary<ulong, int> DlcToKudos = new Dictionary<ulong, int>() { { 842950, 100 }, { 842951, 250 }, { 842952, 500 } };

0 comments on commit fb93193

Please sign in to comment.