moved updateCheckInterval and Debug to top of config.yml part 3
This commit is contained in:
		@@ -310,13 +310,4 @@ public class ConfigManager {
 | 
				
			|||||||
		weatherLongitude = value;
 | 
							weatherLongitude = value;
 | 
				
			||||||
		rtw.debug("Longitude set to " + 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;
 | 
					 | 
				
			||||||
	}
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user