We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf38f3 commit be8d0adCopy full SHA for be8d0ad
CSync/Patches/StartOfRoundPatch.cs
@@ -16,10 +16,10 @@ public static class StartOfRoundPatch
16
[HarmonyPostfix]
17
public static void OnSessionStart(StartOfRound __instance)
18
{
19
- ConfigManager.PopulateEntries();
20
-
21
if (!__instance.IsOwner) return;
22
+ ConfigManager.PopulateEntries();
+
23
try {
24
var configManagerGameObject = Object.Instantiate(ConfigManager.Prefab, __instance.transform);
25
configManagerGameObject.hideFlags = HideFlags.None;
0 commit comments