Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0

This commit is contained in:
Michael Primm 2023-09-23 18:08:33 -05:00
commit 92b9016c65
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ public class DynmapMod implements ModInitializer {
Path path = MOD_CONTAINER.getRootPath();
try {
jarfile = new File(DynmapCore.class.getProtectionDomain().getCodeSource().getLocation().toURI());
} catch (URISyntaxException e) {
} catch (URISyntaxException | IllegalArgumentException e) {
Log.severe("Unable to get DynmapCore jar path", e);
}