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.GameObjectType;
|
||||
import engine.net.AbstractConnection;
|
||||
import engine.net.ByteBufferReader;
|
||||
@@ -70,7 +69,7 @@ public class VisualUpdateMessage extends ClientNetMsg {
|
||||
* Serializes the subclass specific items to the supplied NetMsgWriter.
|
||||
*/
|
||||
@Override
|
||||
protected void _serialize(ByteBufferWriter writer) throws SerializationException {
|
||||
protected void _serialize(ByteBufferWriter writer) {
|
||||
|
||||
if (this.building == null) {
|
||||
writer.putInt(4);
|
||||
|
||||
Reference in New Issue
Block a user