Merge pull request #266 from grompe/patch-1
Add missing SideOnly in BaseMod
This commit is contained in:
commit
1a9a16495a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue