mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-07 08:16:31 +00:00
Cleanup & Add bedrock option
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package com.volmit.iris.command;
|
||||
|
||||
import com.volmit.iris.Iris;
|
||||
import com.volmit.iris.gen.v2.TestGen;
|
||||
import com.volmit.iris.util.Command;
|
||||
import com.volmit.iris.util.MortarCommand;
|
||||
import com.volmit.iris.util.MortarSender;
|
||||
@@ -59,11 +58,11 @@ public class CommandIris extends MortarCommand
|
||||
@Override
|
||||
public boolean handle(MortarSender sender, String[] args)
|
||||
{
|
||||
if(args.length == 1 && args[0].equalsIgnoreCase("test!"))
|
||||
{
|
||||
TestGen.gen(sender.player());
|
||||
return true;
|
||||
}
|
||||
// if(args.length == 1 && args[0].equalsIgnoreCase("test!"))
|
||||
// {
|
||||
// TestGen.gen(sender.player());
|
||||
// return true;
|
||||
// }
|
||||
|
||||
sender.sendMessage("Iris v" + Iris.instance.getDescription().getVersion() + " by Volmit Software");
|
||||
printHelp(sender);
|
||||
|
||||
Reference in New Issue
Block a user