Merge pull request #266 from grompe/patch-1

Add missing SideOnly in BaseMod
This commit is contained in:
cpw 2013-08-01 04:21:22 -07:00
commit 1a9a16495a

View file

@ -448,6 +448,7 @@ public abstract class BaseMod implements cpw.mods.fml.common.modloader.BaseModPr
return null;
}
@SideOnly(CLIENT)
public void clientCustomPayload(NetClientHandler handler, Packet250CustomPayload packet)
{