mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
For your eyes only
- Fixed Schematic position editor opening both on player and host player instance during LAN games #5935 #5969
This commit is contained in:
parent
e52b59097e
commit
2e91e16932
@ -169,6 +169,8 @@ public class SchematicItem extends Item {
|
||||
if (!player.getItemInHand(hand)
|
||||
.hasTag())
|
||||
return false;
|
||||
if (!player.level.isClientSide())
|
||||
return true;
|
||||
DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> this::displayBlueprintScreen);
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user