Merge pull request #1 from webbukkit/v3.0

align repo
This commit is contained in:
JurgenKuyper 2023-09-27 22:21:33 +02:00 committed by GitHub
commit afa6afd202
86 changed files with 8467 additions and 27 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);
}