9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 10:39:07 +00:00

we really cant do this override

This commit is contained in:
Brian Fopiano
2022-07-17 11:08:02 -07:00
parent a32de58c8b
commit 85f62a3b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ import java.io.File;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.Future;
@Decree(name = "iris", aliases = {"ir", "irs", "i"}, description = "Basic Command")
@Decree(name = "iris", aliases = {"ir", "irs"}, description = "Basic Command")
public class CommandIris implements DecreeExecutor {
private CommandStudio studio;
private CommandPregen pregen;