Fix lint issues
This commit is contained in:
parent
4b581f4160
commit
730b9d36a8
3 changed files with 4 additions and 4 deletions
|
@ -36,7 +36,7 @@ class TimeSyncCore {
|
|||
Events.trigger(this, 'time-sync-server-update', [timeOffset, ping]);
|
||||
});
|
||||
|
||||
Events.on(Settings, 'extraTimeOffset', (event, value, oldValue) => {
|
||||
Events.on(Settings, 'extraTimeOffset', () => {
|
||||
this.extraTimeOffset = Settings.getFloat('extraTimeOffset', 0.0);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue