Refactoring / Launch pad tweaks

This commit is contained in:
Anuken
2020-05-14 22:00:04 -04:00
parent 3fd677b3e6
commit a4987f864f
31 changed files with 761 additions and 679 deletions
+2 -2
View File
@@ -295,7 +295,7 @@ public class Vars implements Loadable{
Writer writer = settings.getDataDirectory().child("last_log.txt").writer(false);
LogHandler log = Log.getLogger();
Log.setLogger(((level, text) -> {
Log.setLogger((level, text) -> {
log.log(level, text);
try{
@@ -305,7 +305,7 @@ public class Vars implements Loadable{
e.printStackTrace();
//ignore it
}
}));
});
loadedFileLogger = true;
}