forked from MagicBane/Server
Removed custom exception candy
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
package engine.net.client.msg;
|
||||
|
||||
|
||||
import engine.exception.SerializationException;
|
||||
import engine.mbEnums;
|
||||
import engine.net.AbstractConnection;
|
||||
import engine.net.ByteBufferReader;
|
||||
@@ -152,7 +151,7 @@ public class AssetSupportMsg extends ClientNetMsg {
|
||||
* Serializes the subclass specific items to the supplied NetMsgWriter.
|
||||
*/
|
||||
@Override
|
||||
protected void _serialize(ByteBufferWriter writer) throws SerializationException {
|
||||
protected void _serialize(ByteBufferWriter writer) {
|
||||
|
||||
writer.putInt(this.messageType);
|
||||
this.supportMsgType = mbEnums.SupportMsgType.typeLookup.get(this.messageType);
|
||||
|
||||
Reference in New Issue
Block a user