geforkt von Mirrors/FastAsyncWorldEdit
Fixed /butcher text in the case of only one mob being killed.
Dieser Commit ist enthalten in:
Ursprung
d1631a9ca4
Commit
dc6ffae500
@ -436,7 +436,7 @@ public class UtilityCommands {
|
||||
killed += visitor.getAffected();
|
||||
}
|
||||
|
||||
actor.print("Killed " + killed + (killed != 1 ? " mobs" : "mob") + (radius < 0 ? "" : "in a radius of " + radius) + ".");
|
||||
actor.print("Killed " + killed + (killed != 1 ? " mobs" : " mob") + (radius < 0 ? "" : " in a radius of " + radius) + ".");
|
||||
|
||||
if (editSession != null) {
|
||||
session.remember(editSession);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren