mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-05 12:36:40 +00:00
Further BaseBlock modernisation
This commit is contained in:
@ -138,7 +138,7 @@ public class BlockTransformExtent extends AbstractDelegateExtent {
|
||||
if (value != null && value.getData() != null) {
|
||||
DirectionalStateValue newValue = getNewStateValue((DirectionalState) state, transform, value.getDirection());
|
||||
if (newValue != null) {
|
||||
changedBlock.setState(state, newValue);
|
||||
changedBlock.with(state, newValue);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user