Fixed packet bug
no need to send link creation packet when blockRift is placed.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user