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);
}