From 2b499f44ec7061498d55c8d53a9834e8bf4d7625 Mon Sep 17 00:00:00 2001 From: Licho Date: Tue, 7 Jan 2025 20:19:03 +0100 Subject: [PATCH] fix unitsync issues with silly wars by updating unitsync to 105.1.1-1485 --- Shared/PlasmaShared/GlobalConst.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/PlasmaShared/GlobalConst.cs b/Shared/PlasmaShared/GlobalConst.cs index ec5429859..9f4001492 100644 --- a/Shared/PlasmaShared/GlobalConst.cs +++ b/Shared/PlasmaShared/GlobalConst.cs @@ -266,7 +266,7 @@ public static void OverrideContentServiceClient(IContentServiceClient client) } - public static string UnitSyncEngine = "unitsync"; + public static string UnitSyncEngine = "105.1.1-1485-g78f9a2c"; public static int SteamContributionJarID = 2; public static Dictionary DlcToKudos = new Dictionary() { { 842950, 100 }, { 842951, 250 }, { 842952, 500 } };