Changed "#endercrystal" to now log as "#end_crystal"

This commit is contained in:
Intelli 2024-06-17 15:56:58 -06:00
parent e781d9ef01
commit 371e496351
2 changed files with 2 additions and 2 deletions

View File

@ -156,7 +156,7 @@ public final class BlockExplodeListener extends Queue implements Listener {
user = "#tnt";
}
else if (user.contains("end_crystal")) {
user = "#ender_crystal";
user = "#end_crystal";
}
if (!user.startsWith("#")) {
user = "#explosion";

View File

@ -46,7 +46,7 @@ public final class EntityExplodeListener extends Queue implements Listener {
user = "#wither";
}
else if (entity instanceof EnderCrystal) {
user = "#ender_crystal";
user = "#end_crystal";
}
boolean log = false;