forked from MagicBane/Server
Removed custom exception candy
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
|
||||
package engine.mobileAI.utilities;
|
||||
|
||||
import engine.exception.MsgSendException;
|
||||
import engine.gameManager.MovementManager;
|
||||
import engine.math.Vector3fImmutable;
|
||||
import engine.mbEnums;
|
||||
@@ -253,7 +252,7 @@ public class MovementUtilities {
|
||||
|
||||
try {
|
||||
MovementManager.movement(msg, agent);
|
||||
} catch (MsgSendException e) {
|
||||
} catch (Exception e) {
|
||||
// TODO Figure out how we want to handle the msg send exception
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user