mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-18 23:01:07 +00:00
Fix regens
This commit is contained in:
@@ -60,6 +60,7 @@ public class CommandIrisRegen extends MortarCommand {
|
||||
|
||||
if(IrisToolbelt.isIrisWorld(sender.player().getWorld()))
|
||||
{
|
||||
J.a(() -> {
|
||||
PlatformChunkGenerator plat = IrisToolbelt.access(sender.player().getWorld());
|
||||
Engine engine = plat.getEngine();
|
||||
try
|
||||
@@ -129,6 +130,7 @@ public class CommandIrisRegen extends MortarCommand {
|
||||
{
|
||||
sender.sendMessage("Unable to parse view-distance");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user