Skip to content

Commit

Permalink
Changed "#endercrystal" to now log as "#end_crystal"
Browse files Browse the repository at this point in the history
  • Loading branch information
Intelli committed Jun 17, 2024
1 parent e781d9e commit 371e496
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ protected void onBlockExplode(BlockExplodeEvent event) {
user = "#tnt";
}
else if (user.contains("end_crystal")) {
user = "#ender_crystal";
user = "#end_crystal";
}
if (!user.startsWith("#")) {
user = "#explosion";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ else if (entity instanceof Wither || entity instanceof WitherSkull) {
user = "#wither";
}
else if (entity instanceof EnderCrystal) {
user = "#ender_crystal";
user = "#end_crystal";
}

boolean log = false;
Expand Down

0 comments on commit 371e496

Please sign in to comment.