geforkt von Mirrors/FastAsyncWorldEdit
Fixes WORLDEDIT-3609, Message should say cut when //cut is used.
Dieser Commit ist enthalten in:
Ursprung
4969dac39c
Commit
1a2cd3a948
@ -127,7 +127,7 @@ public class ClipboardCommands {
|
|||||||
Operations.completeLegacy(copy);
|
Operations.completeLegacy(copy);
|
||||||
session.setClipboard(new ClipboardHolder(clipboard));
|
session.setClipboard(new ClipboardHolder(clipboard));
|
||||||
|
|
||||||
player.print(region.getArea() + " block(s) were copied.");
|
player.print(region.getArea() + " block(s) were cut.");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Command(
|
@Command(
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren