mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 09:17:39 +00:00
Fixes #122
This commit is contained in:
parent
72a44d65fd
commit
6502f0b5c6
@ -68,11 +68,6 @@ public class BukkitChunk_1_13_Copy extends BukkitChunk_1_13 {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setTile(int x, int y, int z, CompoundTag tile) {
|
|
||||||
throw new UnsupportedOperationException("Read only");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public <B extends BlockStateHolder<B>> void setBlock(int x, int y, int z, B block) {
|
public <B extends BlockStateHolder<B>> void setBlock(int x, int y, int z, B block) {
|
||||||
throw new UnsupportedOperationException("Read only");
|
throw new UnsupportedOperationException("Read only");
|
||||||
|
Loading…
Reference in New Issue
Block a user