This commit is contained in:
CocoTheOwner 2021-09-21 17:56:14 +02:00
parent 8539bc5ade
commit 16eb63d2ea

View File

@ -326,7 +326,7 @@ public class CommandStudio implements DecreeExecutor {
engine().getExecution().execute(script.getLoadKey());
}
@Decree(description = "Open the noise explorer (External GUI)", aliases = "nmap")
@Decree(description = "Open the noise explorer (External GUI)", aliases = {"nmap", "n"})
public void noise() {
if (noGUI()) return;
sender().sendMessage(C.GREEN + "Opening Noise Explorer!");