I think this is how you use forgemessages(???)

This commit is contained in:
CannibalVox 2015-03-07 01:45:12 -06:00
parent db92637ea3
commit f78fadd8a8

View file

@ -23,8 +23,7 @@ public class ConnectionHandler
{
if(data.isPocketDimension()||data.id()==mod_pocketDim.properties.LimboDimensionID)
{
DimDoorsNetwork.sendToPlayer( new ForgeMessage.DimensionRegisterMessage(data.id(), DimensionManager.getProviderType(data.id())));
event.manager.scheduleOutboundPacket(pkt[0]);
event.manager.channel().writeAndFlush(new ForgeMessage.DimensionRegisterMessage(data.id(), DimensionManager.getProviderType(data.id())));
}
}
catch(Exception E)