mirror of
https://github.com/PlayPro/CoreProtect.git
synced 2025-02-20 02:22:30 +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";
|
user = "#tnt";
|
||||||
}
|
}
|
||||||
else if (user.contains("end_crystal")) {
|
else if (user.contains("end_crystal")) {
|
||||||
user = "#ender_crystal";
|
user = "#end_crystal";
|
||||||
}
|
}
|
||||||
if (!user.startsWith("#")) {
|
if (!user.startsWith("#")) {
|
||||||
user = "#explosion";
|
user = "#explosion";
|
||||||
|
@ -46,7 +46,7 @@ public final class EntityExplodeListener extends Queue implements Listener {
|
|||||||
user = "#wither";
|
user = "#wither";
|
||||||
}
|
}
|
||||||
else if (entity instanceof EnderCrystal) {
|
else if (entity instanceof EnderCrystal) {
|
||||||
user = "#ender_crystal";
|
user = "#end_crystal";
|
||||||
}
|
}
|
||||||
|
|
||||||
boolean log = false;
|
boolean log = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user