another Autoupdate bug
This commit is contained in:
parent
064c96836d
commit
b389e2ba65
|
@ -46,6 +46,10 @@ public class PersistentConfiguration {
|
|||
|
||||
@SuppressWarnings("unchecked")
|
||||
public void load() {
|
||||
if (!config.isEmpty()) {
|
||||
System.out.println("Configuration already loaded");
|
||||
return;
|
||||
}
|
||||
try {
|
||||
BufferedInputStream inputStream = new BufferedInputStream(new FileInputStream(CONFIG_FILE_NAME));
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue