Don't start time sync if not in SyncPlay mode

This commit is contained in:
Dmitry Lyzo 2020-06-18 19:43:32 +03:00
parent 1b6a600496
commit 8021b893c8

View File

@ -65,8 +65,6 @@ class TimeSyncManager {
this.pings = 0; // number of pings this.pings = 0; // number of pings
this.measurement = null; // current time sync this.measurement = null; // current time sync
this.measurements = []; this.measurements = [];
this.startPing();
} }
/** /**