9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 09:09:15 +00:00

Idea Nitpick ""Optimizations""

This commit is contained in:
Daniel Mills
2020-10-13 03:35:40 -04:00
parent bd3e9d01ec
commit 80b1374a61
40 changed files with 447 additions and 148 deletions

View File

@@ -146,7 +146,7 @@ public class IrisSettings
Iris.info("Updated Configuration Files");
}
catch(Throwable e)
catch(Throwable ignored)
{
}
@@ -157,6 +157,7 @@ public class IrisSettings
catch(JSONException | IOException e)
{
e.printStackTrace();
//noinspection ResultOfMethodCallIgnored
s.delete();
}
}