Merge pull request #1432 from dmitrylyzo/dont-start-time-sync

Don't start time sync if not in SyncPlay mode
This commit is contained in:
dkanada
2020-06-23 21:27:52 +09:00
committed by GitHub
@@ -65,8 +65,6 @@ class TimeSyncManager {
this.pings = 0; // number of pings
this.measurement = null; // current time sync
this.measurements = [];
this.startPing();
}
/**