Removed custom exception candy
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package engine.net.client.handlers;
|
||||
|
||||
import engine.InterestManagement.RealmMap;
|
||||
import engine.exception.MsgSendException;
|
||||
import engine.gameManager.*;
|
||||
import engine.job.JobScheduler;
|
||||
import engine.jobs.TeleportJob;
|
||||
@@ -361,7 +360,7 @@ public class MerchantMsgHandler extends AbstractClientMsgHandler {
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean _handleNetMsg(ClientNetMsg baseMsg, ClientConnection origin) throws MsgSendException {
|
||||
protected boolean _handleNetMsg(ClientNetMsg baseMsg, ClientConnection origin) {
|
||||
|
||||
// Member variable declaration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user