From 8107aaa5d57ae5a75aebe146fbfd3b7c93e9c41d Mon Sep 17 00:00:00 2001 From: Downforce Agent Date: Sat, 29 Jun 2024 05:56:46 -0500 Subject: [PATCH] shit --- README.md | 4 ++-- src/MissPiggy.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86e7b82..8894176 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,13 @@ Firestar is a mod manager for WipEout 2048 which automatically handles sorting m # about 85% complete **What works:** -- Importing mods +- Importing & deleting mods - Repacking (installing) mods - config loading - Cross-platform support **What doesn't work yet:** -- managing mods within the program (delete, change priority, toggle) +- change load order, toggle - settings screen - misc. tools (pack creator, soundtrack mod generator...) diff --git a/src/MissPiggy.java b/src/MissPiggy.java index 3248775..6e7ef75 100644 --- a/src/MissPiggy.java +++ b/src/MissPiggy.java @@ -366,7 +366,7 @@ public class MissPiggy implements ActionListener { InitializeModListStructure(); InitializeModListInGUI(); - } catch (IOException e) { + } catch (Exception e) { System.out.println(e.getMessage()); JOptionPane.showMessageDialog(frame, "An error has occured.\n" + e.getMessage(), "Error", JOptionPane.ERROR_MESSAGE); }