enable periodic plug sync

This commit is contained in:
Aaro Varis
2025-03-10 01:54:50 +02:00
parent 00f0a33a47
commit 52f3d57721

View File

@@ -33,7 +33,7 @@ namespace BoneSync.Sync.Components
{
TrySendAISync();
TrySendObjectSync();
//TrySendPlugSync();
TrySendPlugSync();
yield return new WaitForSeconds(!Registered ? 1 : 1 / SYNC_FPS);
}
_syncCoroutineRunning = false;