mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 02:36:59 +00:00
Disable regen command (again)
This commit is contained in:
parent
0bb48f8af0
commit
5a00f56a39
@ -1,11 +1,9 @@
|
|||||||
package com.volmit.iris.manager.command;
|
package com.volmit.iris.manager.command;
|
||||||
|
|
||||||
import com.volmit.iris.Iris;
|
import com.volmit.iris.Iris;
|
||||||
import com.volmit.iris.scaffold.IrisWorlds;
|
|
||||||
import com.volmit.iris.util.KList;
|
import com.volmit.iris.util.KList;
|
||||||
import com.volmit.iris.util.MortarCommand;
|
import com.volmit.iris.util.MortarCommand;
|
||||||
import com.volmit.iris.util.MortarSender;
|
import com.volmit.iris.util.MortarSender;
|
||||||
import com.volmit.iris.util.Spiraler;
|
|
||||||
|
|
||||||
public class CommandIrisRegen extends MortarCommand
|
public class CommandIrisRegen extends MortarCommand
|
||||||
{
|
{
|
||||||
@ -25,6 +23,9 @@ public class CommandIrisRegen extends MortarCommand
|
|||||||
@Override
|
@Override
|
||||||
public boolean handle(MortarSender sender, String[] args)
|
public boolean handle(MortarSender sender, String[] args)
|
||||||
{
|
{
|
||||||
|
sender.sendMessage("Iris' /regen command is currently disabled due to maintenance. Apologies.");
|
||||||
|
return true;
|
||||||
|
/* This is commented yes
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
if(args.length == 0)
|
if(args.length == 0)
|
||||||
@ -65,6 +66,7 @@ public class CommandIrisRegen extends MortarCommand
|
|||||||
}
|
}
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user