Added back the auto spawn command.

This commit is contained in:
Brianna 2019-11-09 09:41:11 -05:00
parent 71b7d20086
commit 946051c7e7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}