Skip to content

Commit 9a119c7

Browse files
Fix typo
1 parent 792d8eb commit 9a119c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CSync/Lib/ConfigManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static void Register<T>(T config) where T : SyncedConfig<T> {
8686
}
8787

8888
SyncedInstance<T>.Instance = config;
89-
SycedInstance<T>.Default = config;
89+
SyncedInstance<T>.Default = config;
9090
OnPopulateEntriesRequested += config.PopulateEntryContainer;
9191

9292
var syncBehaviour = Prefab.AddComponent<ConfigSyncBehaviour>();

0 commit comments

Comments
 (0)