This commit is contained in:
Anuken
2023-07-23 15:56:36 -04:00
parent fedad1e0d0
commit 788fa66a91
2 changed files with 2 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ import mindustry.mod.*;
import mindustry.mod.Mods.*;
import mindustry.ui.*;
import java.io.*;
import java.text.*;
import java.util.*;
@@ -174,7 +173,7 @@ public class ModsDialog extends BaseDialog{
try{
mods.importMod(file);
setup();
}catch(IOException e){
}catch(Exception e){
ui.showException(e);
Log.err(e);
}

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=1a1af26c6a
archash=a88585a22d