mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-04-09 17:26:22 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -502,4 +502,8 @@ public class Mantle {
|
||||
public void deleteChunkSlice(int x, int z, Class<?> c) {
|
||||
getChunk(x, z).deleteSlices(c);
|
||||
}
|
||||
|
||||
public int getLoadedRegionCount() {
|
||||
return loadedRegions.size();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user