From d0e209b2eb5c33f8cbd789a22518054d033f76dd Mon Sep 17 00:00:00 2001 From: CocoTheOwner Date: Mon, 1 Nov 2021 11:32:28 +0100 Subject: [PATCH] shortcut h goes to hotload instead of spawner charge --- src/main/java/com/volmit/iris/core/commands/CommandStudio.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/volmit/iris/core/commands/CommandStudio.java b/src/main/java/com/volmit/iris/core/commands/CommandStudio.java index 8c5e93674..ff1a9f1a3 100644 --- a/src/main/java/com/volmit/iris/core/commands/CommandStudio.java +++ b/src/main/java/com/volmit/iris/core/commands/CommandStudio.java @@ -364,7 +364,7 @@ public class CommandStudio implements DecreeExecutor { NoiseExplorerGUI.launch(l, "Custom Generator"); } - @Decree(description = "Hotload a studio", aliases = "reload") + @Decree(description = "Hotload a studio", aliases = {"reload", "h"}) public void hotload() { if (!Iris.service(StudioSVC.class).isProjectOpen()) { sender().sendMessage(C.RED + "No studio world open!");