mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-22 10:36:06 +01:00
Removed the console spam and instead alert the sender at the end.
This commit is contained in:
parent
ab56f9ed4d
commit
0925c37eb4
@ -68,7 +68,9 @@ public class PurgeWorlds {
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
this.plugin.log(Level.INFO, "I just murdered " + entitiesKilled + " in " + world.getName());
|
if (sender != null) {
|
||||||
|
sender.sendMessage(entitiesKilled + " entities purged from the world.");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private boolean killCreature(MVWorld mvworld, Entity e, List<String> creaturesToKill, boolean negate) {
|
private boolean killCreature(MVWorld mvworld, Entity e, List<String> creaturesToKill, boolean negate) {
|
||||||
|
Loading…
Reference in New Issue
Block a user