9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-23 17:19:16 +00:00
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()); 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() { public void noise() {
if (noGUI()) return; if (noGUI()) return;
sender().sendMessage(C.GREEN + "Opening Noise Explorer!"); sender().sendMessage(C.GREEN + "Opening Noise Explorer!");