mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-14 10:23:58 +01:00
Implement #4770
This commit is contained in:
parent
852996cea9
commit
eeeb2f4509
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ public class SchematicPlacePacket extends SimplePacketBase {
|
|||
ServerPlayer player = context.getSender();
|
||||
if (player == null)
|
||||
return;
|
||||
if (!player.isCreative())
|
||||
return;
|
||||
|
||||
Level world = player.getLevel();
|
||||
SchematicPrinter printer = new SchematicPrinter();
|
||||
|
|
Loading…
Reference in a new issue