enable periodic plug sync
This commit is contained in:
@@ -33,7 +33,7 @@ namespace BoneSync.Sync.Components
|
||||
{
|
||||
TrySendAISync();
|
||||
TrySendObjectSync();
|
||||
//TrySendPlugSync();
|
||||
TrySendPlugSync();
|
||||
yield return new WaitForSeconds(!Registered ? 1 : 1 / SYNC_FPS);
|
||||
}
|
||||
_syncCoroutineRunning = false;
|
||||
|
||||
Reference in New Issue
Block a user