mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-06 20:56:41 +00:00
Use BlockState for player inventory getBlock
This commit is contained in:
@ -65,7 +65,7 @@ public class PlayerProxy extends AbstractPlayerActor {
|
||||
|
||||
|
||||
@Override
|
||||
public BaseBlock getBlockInHand(HandSide handSide) throws WorldEditException {
|
||||
public BlockState getBlockInHand(HandSide handSide) throws WorldEditException {
|
||||
return basePlayer.getBlockInHand(handSide);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user