This commit is contained in:
DanMB
2022-07-07 13:12:59 -07:00
parent e523d3c166
commit 03836acded
@@ -57,6 +57,10 @@ public class IrisBiomeActuator extends EngineAssignedActuator<Biome> {
} }
return true; return true;
} }
else{
System.out.println("H is not a BiomeGridHunkView!")
}
} catch(Throwable e) { } catch(Throwable e) {
e.printStackTrace(); e.printStackTrace();
} }