mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +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;
|
||||
|
||||
import com.volmit.iris.Iris;
|
||||
import com.volmit.iris.scaffold.IrisWorlds;
|
||||
import com.volmit.iris.util.KList;
|
||||
import com.volmit.iris.util.MortarCommand;
|
||||
import com.volmit.iris.util.MortarSender;
|
||||
import com.volmit.iris.util.Spiraler;
|
||||
|
||||
public class CommandIrisRegen extends MortarCommand
|
||||
{
|
||||
@ -25,6 +23,9 @@ public class CommandIrisRegen extends MortarCommand
|
||||
@Override
|
||||
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
|
||||
{
|
||||
if(args.length == 0)
|
||||
@ -65,6 +66,7 @@ public class CommandIrisRegen extends MortarCommand
|
||||
}
|
||||
|
||||
return true;
|
||||
*/
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user