3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-09-16 04:51:22 +02:00

Commands can't have overlapping aliases

Dieser Commit ist enthalten in:
MattBDev 2019-08-22 21:40:22 -04:00
Ursprung a62cbce787
Commit 20fff1c668

Datei anzeigen

@ -780,7 +780,7 @@ public class BrushCommands {
@Command(
name = "copypaste",
aliases = {"copy", "paste", "cp", "copypasta"},
aliases = {"cp", "copypasta"},
desc = "Copy Paste brush",
descFooter = "Left click the base of an object to copy.\n" +
"Right click to paste\n" +