- Removed last deprecated file and added base config. Needs to be populated.
This commit is contained in:
@@ -1 +1,2 @@
|
||||
"Type","Key","Value"
|
||||
"Localized Strings","BoopStandard","Woah! %s booped me! That's %s total!"
|
||||
|
||||
|
@@ -3,6 +3,8 @@ package core;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import java.util.Vector;
|
||||
|
||||
import utils.GlobalLog;
|
||||
import utils.io.FileMonitor;
|
||||
|
||||
public class Config
|
||||
@@ -59,7 +61,9 @@ public class Config
|
||||
|
||||
public void upkeep()
|
||||
{
|
||||
monitoredConfigFile.update((monitoredFile) -> {
|
||||
monitoredConfigFile.update((monitoredFile) ->
|
||||
{
|
||||
GlobalLog.log("File updated at " + monitoredFile.path);
|
||||
buildConfigFile(monitoredFile.path.toString());
|
||||
});
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
package core;
|
||||
|
||||
public abstract interface DEPRECATED_IConfigSection
|
||||
{
|
||||
public abstract String getHeader();
|
||||
public abstract void read(String contents);
|
||||
public abstract String write();
|
||||
}
|
||||
Reference in New Issue
Block a user