mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-02-18 02:02:29 +01:00
Changed "#endercrystal" to now log as "#end_crystal"
This commit is contained in:
parent
e781d9ef01
commit
371e496351
@ -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";
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user