diff --git a/BoneSync/Sync/Components/SyncableNetworking.cs b/BoneSync/Sync/Components/SyncableNetworking.cs index 3f2c844..080f084 100644 --- a/BoneSync/Sync/Components/SyncableNetworking.cs +++ b/BoneSync/Sync/Components/SyncableNetworking.cs @@ -33,7 +33,7 @@ namespace BoneSync.Sync.Components { TrySendAISync(); TrySendObjectSync(); - //TrySendPlugSync(); + TrySendPlugSync(); yield return new WaitForSeconds(!Registered ? 1 : 1 / SYNC_FPS); } _syncCoroutineRunning = false;