Remove SideOnly in PacketPayload
SideOnly should only ever be a last resort.
This commit is contained in:
parent
d120512934
commit
658718e3ac
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ public abstract class PacketPayload {
|
||||||
|
|
||||||
public abstract void writeData(DataOutputStream data) throws IOException;
|
public abstract void writeData(DataOutputStream data) throws IOException;
|
||||||
|
|
||||||
@SideOnly(Side.CLIENT)
|
|
||||||
public abstract void readData(DataInputStream data) throws IOException;
|
public abstract void readData(DataInputStream data) throws IOException;
|
||||||
|
|
||||||
public abstract Type getType();
|
public abstract Type getType();
|
||||||
|
|
Loading…
Reference in a new issue