Fixed packet bug

no need to send link creation packet when blockRift is placed.
This commit is contained in:
StevenRS11 2013-08-01 13:54:51 -04:00
parent 5baf0ed6ef
commit 15b9d65f9f

View file

@ -46,7 +46,7 @@ public class BlockRift extends BlockContainer
{
try
{
PacketHandler.onLinkCreatedPacket(dimHelper.instance.getLinkDataFromCoords(par2, par3, par4, par1World));
// PacketHandler.onLinkCreatedPacket(dimHelper.instance.getLinkDataFromCoords(par2, par3, par4, par1World));
}
catch(Exception e)
{