1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-11 08:15:35 +03:00
This commit is contained in:
Anuken 2023-05-21 04:46:50 -04:00
parent dd3ce95264
commit e714285671
3 changed files with 3 additions and 7 deletions

View File

@ -392,12 +392,10 @@ public class Vars implements Loadable{
}
public static void loadFileLogger(){
if(settings != null){
settings.setAppName(appName);
}
if(loadedFileLogger) return;
settings.setAppName(appName);
try{
Writer writer = settings.getDataDirectory().child("last_log.txt").writer(false);
LogHandler log = Log.logger;

View File

@ -25,4 +25,4 @@ org.gradle.caching=true
#used for slow jitpack builds; TODO see if this actually works
org.gradle.internal.http.socketTimeout=100000
org.gradle.internal.http.connectionTimeout=100000
archash=e20ff75344
archash=fa549dae62

View File

@ -40,8 +40,6 @@ public class IOSLauncher extends IOSApplication.Delegate{
Scl.setAddition(-0.5f);
}
Vars.loadFileLogger();
return new IOSApplication(new ClientLauncher(){
@Override