Skip to content

Commit

Permalink
fix unitsync issues with silly wars by updating unitsync to 105.1.1-1485
Browse files Browse the repository at this point in the history
  • Loading branch information
Licho1 committed Jan 7, 2025
1 parent b3777ea commit 2b499f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/PlasmaShared/GlobalConst.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<ulong, int> DlcToKudos = new Dictionary<ulong, int>() { { 842950, 100 }, { 842951, 250 }, { 842952, 500 } };
Expand Down

0 comments on commit 2b499f4

Please sign in to comment.