Bugfix json creation
parent
9704522813
commit
8c6b78ebe1
|
|
@ -27,7 +27,7 @@ function resetSettings() {
|
||||||
}
|
}
|
||||||
|
|
||||||
settingsChronowid = storage.readJSON('chronowid.json',1);
|
settingsChronowid = storage.readJSON('chronowid.json',1);
|
||||||
if (!settingsChronowid.started) resetSettings();
|
if (!settingsChronowid) resetSettings();
|
||||||
|
|
||||||
E.on('kill', () => {
|
E.on('kill', () => {
|
||||||
print("-KILL-");
|
print("-KILL-");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue