I think this is how you use forgemessages(???)
This commit is contained in:
parent
db92637ea3
commit
f78fadd8a8
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue