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 792d8eb commit 9a119c7Copy full SHA for 9a119c7
CSync/Lib/ConfigManager.cs
@@ -86,7 +86,7 @@ public static void Register<T>(T config) where T : SyncedConfig<T> {
86
}
87
88
SyncedInstance<T>.Instance = config;
89
- SycedInstance<T>.Default = config;
+ SyncedInstance<T>.Default = config;
90
OnPopulateEntriesRequested += config.PopulateEntryContainer;
91
92
var syncBehaviour = Prefab.AddComponent<ConfigSyncBehaviour>();
0 commit comments