mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Fixed snapshot restoration not working on sign blocks and other special tile entity blocks.
This commit is contained in:
parent
8017a346cb
commit
32417e8e86
@ -209,10 +209,7 @@ public class Chunk {
|
||||
|
||||
if (block instanceof TileEntityBlock) {
|
||||
Map<String,Tag> tileEntity = getBlockTileEntity(pos);
|
||||
|
||||
if (tileEntity.containsKey(pos)) {
|
||||
((TileEntityBlock)block).fromTileEntityNBT(tileEntity);
|
||||
}
|
||||
((TileEntityBlock)block).fromTileEntityNBT(tileEntity);
|
||||
}
|
||||
|
||||
return block;
|
||||
|
Loading…
Reference in New Issue
Block a user