Add files via upload

This commit is contained in:
ImproperIssues
2022-12-07 22:56:17 -08:00
committed by GitHub
parent b1c501b44d
commit 643fa766c0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -147,7 +147,7 @@ public class Explosions implements Listener {
} }
break; break;
} }
} catch (NullPointerException exception) { } catch (NullPointerException | IllegalArgumentException exception) {
Bukkit.getServer().getLogger().info("An explosion occurred in " + location.getWorld() + " @:" + location.getX() + "," + location.getY() + "," + location.getZ() + "! Config this in the menu to disable this message! /explosions"); Bukkit.getServer().getLogger().info("An explosion occurred in " + location.getWorld() + " @:" + location.getX() + "," + location.getY() + "," + location.getZ() + "! Config this in the menu to disable this message! /explosions");
} }
} }