mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix ChunkHolder tile set delegation (#2949)
This commit is contained in:
parent
3806a82f6f
commit
fffa5a12ab
@ -924,7 +924,7 @@ public class ChunkHolder<T extends Future<T>> implements IQueueChunk<T> {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean tile(final int x, final int y, final int z, final FaweCompoundTag tag) {
|
public boolean tile(final int x, final int y, final int z, final FaweCompoundTag tag) {
|
||||||
return false;
|
return delegate.set(this).tile(x, y, z, tag);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user