Fix placing signs with NBT prompting for text
This commit is contained in:
parent
20bf76464a
commit
81eb6a8bb4
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
+ //Forge: Fixes MC-75630 - Exploit with signs and command blocks
|
||||
+ final net.minecraft.server.MinecraftServer server = net.minecraft.server.MinecraftServer.func_71276_C();
|
||||
+ if (!p_179224_0_.field_72995_K && tileentity.restrictNBTCopy() &&
|
||||
+ (server == null || server.func_71203_ab().func_152596_g(player.func_146103_bH())))
|
||||
+ (server == null || !server.func_71203_ab().func_152596_g(player.func_146103_bH())))
|
||||
+ return false;
|
||||
NBTTagCompound nbttagcompound = new NBTTagCompound();
|
||||
NBTTagCompound nbttagcompound1 = (NBTTagCompound)nbttagcompound.func_74737_b();
|
||||
|
|
Loading…
Reference in a new issue