374375376377378379380381
{ if (!ForgeEssentials.worldEditCompatilityPresent) { sel1 = null; sel2 = null; FunctionHelper.netHandler.sendTo(new S1PacketSelectionUpdate(this), ident.getPlayer()); } }
380381382383384385386
} } public void sendSelectionUpdate() { FunctionHelper.netHandler.sendTo(new S1PacketSelectionUpdate(this), ident.getPlayer()); }