moved updateCheckInterval and Debug to top of config.yml part 3

This commit is contained in:
Jack
2024-07-23 17:51:23 -04:00
parent 27dc240597
commit 549541c74a

View File

@@ -310,13 +310,4 @@ public class ConfigManager {
weatherLongitude = value;
rtw.debug("Longitude set to " + value);
}
public void setUpdateCheckInterval(long value) {
updateCheckInterval = value;
rtw.debug("updateCheckInterval set to " + value);
}
public long getUpdateCheckInterval() {
return updateCheckInterval;
}
}