mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 10:43:14 +00:00
Update CommandIrisRegen.java
fix whitespace
This commit is contained in:
parent
575b5482b6
commit
e247753f96
@ -52,7 +52,6 @@ public class CommandIrisRegen extends MortarCommand
|
|||||||
sender.sendMessage("Regenerating " + (m * m) + " Chunks Surrounding you");
|
sender.sendMessage("Regenerating " + (m * m) + " Chunks Surrounding you");
|
||||||
new Spiraler(m, m, (a, b) -> IrisWorlds.getProvisioned(world).regenerate(a + p.getLocation().getChunk().getX(), b + p.getLocation().getChunk().getZ())).drain();
|
new Spiraler(m, m, (a, b) -> IrisWorlds.getProvisioned(world).regenerate(a + p.getLocation().getChunk().getX(), b + p.getLocation().getChunk().getZ())).drain();
|
||||||
}
|
}
|
||||||
|
|
||||||
catch(Throwable e)
|
catch(Throwable e)
|
||||||
{
|
{
|
||||||
sender.sendMessage("/iris regen [SIZE]");
|
sender.sendMessage("/iris regen [SIZE]");
|
||||||
@ -60,7 +59,6 @@ public class CommandIrisRegen extends MortarCommand
|
|||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
sender.sendMessage("Players only.");
|
sender.sendMessage("Players only.");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user