mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-12-06 02:40:23 -08:00
pain
This commit is contained in:
parent
dd3ce95264
commit
e714285671
3 changed files with 3 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@ public class IOSLauncher extends IOSApplication.Delegate{
|
|||
Scl.setAddition(-0.5f);
|
||||
}
|
||||
|
||||
Vars.loadFileLogger();
|
||||
|
||||
return new IOSApplication(new ClientLauncher(){
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue