Removed custom exception candy
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
package engine.net.client.msg;
|
||||
|
||||
import engine.exception.SerializationException;
|
||||
import engine.mbEnums.ItemType;
|
||||
import engine.net.*;
|
||||
import engine.net.client.ClientConnection;
|
||||
@@ -76,8 +75,7 @@ public class VendorBuyWindowMsg extends ClientNetMsg {
|
||||
* Serializes the subclass specific items from the supplied NetMsgReader.
|
||||
*/
|
||||
@Override
|
||||
protected void _serialize(ByteBufferWriter writer)
|
||||
throws SerializationException {
|
||||
protected void _serialize(ByteBufferWriter writer) {
|
||||
|
||||
ClientConnection clientConnection = (ClientConnection) this.getOrigin();
|
||||
PlayerCharacter player = null;
|
||||
|
||||
Reference in New Issue
Block a user