Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
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);
|
||||
session.setClipboard(new ClipboardHolder(clipboard));
|
||||
|
||||
player.print(region.getArea() + " block(s) were copied.");
|
||||
player.print(region.getArea() + " block(s) were cut.");
|
||||
}
|
||||
|
||||
@Command(
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren