This commit is contained in:
DanLT
2021-09-01 13:09:45 -08:00
parent 7a188af002
commit 8e873ccd00
5 changed files with 13 additions and 34 deletions

View File

@@ -313,8 +313,7 @@ public interface EngineMantle extends IObjectPlacer {
return false;// TODO:
}
default int getLoadedRegionCount()
{
default int getLoadedRegionCount() {
return getMantle().getLoadedRegionCount();
}
}