From 946051c7e7f027d86ff6c56d8657842809937409 Mon Sep 17 00:00:00 2001 From: Brianna Date: Sat, 9 Nov 2019 09:41:11 -0500 Subject: [PATCH] Added back the auto spawn command. --- .../com/songoda/epicbosses/commands/CommandNewAutoSpawn.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin-modules/Core/src/com/songoda/epicbosses/commands/CommandNewAutoSpawn.java b/plugin-modules/Core/src/com/songoda/epicbosses/commands/CommandNewAutoSpawn.java index 63a0486..a04aceb 100644 --- a/plugin-modules/Core/src/com/songoda/epicbosses/commands/CommandNewAutoSpawn.java +++ b/plugin-modules/Core/src/com/songoda/epicbosses/commands/CommandNewAutoSpawn.java @@ -19,7 +19,7 @@ public class CommandNewAutoSpawn extends AbstractCommand { private AutoSpawnFileManager autoSpawnFileManager; public CommandNewAutoSpawn(AutoSpawnFileManager autoSpawnFileManager) { - super(false, " "); + super(false, "new autospawn"); this.autoSpawnFileManager = autoSpawnFileManager; }