Skip to content

Commit 792d8eb

Browse files
Assign SyncedInstance<T>.Default
1 parent bbcdc41 commit 792d8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CSync/Lib/ConfigManager.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +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;
8990
OnPopulateEntriesRequested += config.PopulateEntryContainer;
9091

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

0 commit comments

Comments
 (0)