Commands can't have overlapping aliases

This commit is contained in:
MattBDev 2019-08-22 21:40:22 -04:00
parent a62cbce787
commit 20fff1c668

View File

@ -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" +