Skip to content

Commit

Permalink
Merge branch 'v3.0' of git@github-home:webbukkit/dynmap.git into v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeprimm committed Sep 23, 2023
2 parents e6a18f1 + ff87b9d commit 92b9016
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void onInitialize() {
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);
}

Expand Down

0 comments on commit 92b9016

Please sign in to comment.