Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-17 00:20:09 +01:00
Fix ChunkHolder tile set delegation (#2949)
Dieser Commit ist enthalten in:
Ursprung
3806a82f6f
Commit
fffa5a12ab
@ -924,7 +924,7 @@ public class ChunkHolder<T extends Future<T>> implements IQueueChunk<T> {
|
||||
|
||||
@Override
|
||||
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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren