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 be8d0ad commit 579fc22Copy full SHA for 579fc22
CSync/Patches/StartOfRoundPatch.cs
@@ -18,8 +18,6 @@ public static void OnSessionStart(StartOfRound __instance)
18
{
19
if (!__instance.IsOwner) return;
20
21
- ConfigManager.PopulateEntries();
22
-
23
try {
24
var configManagerGameObject = Object.Instantiate(ConfigManager.Prefab, __instance.transform);
25
configManagerGameObject.hideFlags = HideFlags.None;
0 commit comments