mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Better warning
This commit is contained in:
parent
401ba40373
commit
9cc76c5ee6
@ -66,7 +66,7 @@ public class HunkRegionSlice<T> {
|
||||
public synchronized int cleanup(long t) {
|
||||
int v = 0;
|
||||
if (loadedChunks.size() != lastUse.size()) {
|
||||
Iris.warn("Incorrect chunk use counts in " + key);
|
||||
Iris.warn("Incorrect chunk use counts in " + key + " region slice.");
|
||||
|
||||
for (Position2 i : lastUse.k()) {
|
||||
if (!loadedChunks.containsKey(i)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user