Added default constructor for reflection

This commit is contained in:
jk-5 2013-12-31 08:21:05 +01:00
parent 5ff5f1b0d5
commit 03c4282ebf
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ public abstract class ForgeMessage {
/** The provider ID to register with dimension on client */
int providerId;
public DimensionRegisterMessage(){}
public DimensionRegisterMessage(int dimensionId, int providerId)
{
this.dimensionId = dimensionId;