From 682cf0968fe41fad9b2b61d8f80bdf6b15ff3a41 Mon Sep 17 00:00:00 2001 From: Aristeas <94058548+ari-steas@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:59:37 -0600 Subject: [PATCH 1/3] Update SUGMA_SessionComponent.cs --- .../Data/Scripts/SUGMA/SUGMA_SessionComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs b/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs index 19422d61e..1e7eba9ae 100644 --- a/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs +++ b/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs @@ -21,7 +21,7 @@ namespace SC.SUGMA [MySessionComponentDescriptor(MyUpdateOrder.AfterSimulation)] internal class SUGMA_SessionComponent : MySessionComponentBase { - public const float ModVersion = 0.0f; + public const float ModVersion = 0.0f;a private readonly Dictionary _components = new Dictionary { From 36f7deed93ea6a7964756dc1fa34065077814695 Mon Sep 17 00:00:00 2001 From: Aristeas <94058548+ari-steas@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:55:29 -0600 Subject: [PATCH 2/3] Update SUGMA_SessionComponent.cs --- .../Data/Scripts/SUGMA/SUGMA_SessionComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs b/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs index 1e7eba9ae..19422d61e 100644 --- a/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs +++ b/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs @@ -21,7 +21,7 @@ namespace SC.SUGMA [MySessionComponentDescriptor(MyUpdateOrder.AfterSimulation)] internal class SUGMA_SessionComponent : MySessionComponentBase { - public const float ModVersion = 0.0f;a + public const float ModVersion = 0.0f; private readonly Dictionary _components = new Dictionary { From 68951de2642946b98031af5bc1104829242f40b0 Mon Sep 17 00:00:00 2001 From: Aristeas <94058548+ari-steas@users.noreply.github.com> Date: Sun, 12 Jan 2025 17:59:51 -0600 Subject: [PATCH 3/3] Update SUGMA_SessionComponent.cs --- .../Data/Scripts/SUGMA/SUGMA_SessionComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs b/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs index 19422d61e..bc51ba722 100644 --- a/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs +++ b/Gamemode Mods/Stable/StarCore SUGMA Gamemodes/Data/Scripts/SUGMA/SUGMA_SessionComponent.cs @@ -36,7 +36,7 @@ internal class SUGMA_SessionComponent : MySessionComponentBase }; /// - /// How many ticks to wait after joining before requesting sync + /// How many ticks to wait after joining before requesting sync. /// private int _pollTimer = 300;