mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Attempt to fix permanently opened region files
This line successfully closes files that are no longer tied to any loaded chunk. It was sometimes problematic on large servers. However, since I'm not completely sure if it doesn't provoke any data loss or error, I've commented it out, waiting for a verification or approval.
This commit is contained in:
parent
08882e58b6
commit
f61aed9f6c
@ -219,6 +219,8 @@ public class HashChunkManager implements ChunkManager {
|
|||||||
removalCheckedMobs.clear();
|
removalCheckedMobs.clear();
|
||||||
iteratingMobs = false;
|
iteratingMobs = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// closeChunkStore(world, cx, cz);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user