Removed custom exception candy
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
package engine.net.client.msg;
|
||||
|
||||
|
||||
import engine.exception.SerializationException;
|
||||
import engine.net.AbstractConnection;
|
||||
import engine.net.ByteBufferReader;
|
||||
import engine.net.ByteBufferWriter;
|
||||
@@ -62,8 +61,7 @@ public class VendorSellMsg extends ClientNetMsg {
|
||||
* Serializes the subclass specific items from the supplied NetMsgReader.
|
||||
*/
|
||||
@Override
|
||||
protected void _serialize(ByteBufferWriter writer)
|
||||
throws SerializationException {
|
||||
protected void _serialize(ByteBufferWriter writer) {
|
||||
writer.putInt(this.npcType);
|
||||
writer.putInt(this.npcID);
|
||||
writer.putInt(this.itemType);
|
||||
|
||||
Reference in New Issue
Block a user