remove chunkWrapper.isStillValid()

This commit is contained in:
James Seibel
2025-12-18 09:35:21 -06:00
parent 851c7439d5
commit 968a14c6a5
2 changed files with 1 additions and 10 deletions
@@ -614,15 +614,6 @@ public class ChunkWrapper implements IChunkWrapper
//===============//
// other methods //
//===============//
@Override
public boolean isStillValid() { return this.wrappedLevel.tryGetChunk(this.chunkPos) == this; }
//================// //================//
// base overrides // // base overrides //
//================// //================//