Skip to content

Commit be8d0ad

Browse files
Only populate all entries on host
1 parent 0bf38f3 commit be8d0ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CSync/Patches/StartOfRoundPatch.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ public static class StartOfRoundPatch
1616
[HarmonyPostfix]
1717
public static void OnSessionStart(StartOfRound __instance)
1818
{
19-
ConfigManager.PopulateEntries();
20-
2119
if (!__instance.IsOwner) return;
2220

21+
ConfigManager.PopulateEntries();
22+
2323
try {
2424
var configManagerGameObject = Object.Instantiate(ConfigManager.Prefab, __instance.transform);
2525
configManagerGameObject.hideFlags = HideFlags.None;

0 commit comments

Comments
 (0)