Removed custom exception candy

This commit is contained in:
2024-05-12 13:42:11 -04:00
parent 634f1478ce
commit f8180a7000
153 changed files with 156 additions and 339 deletions
+1 -2
View File
@@ -14,7 +14,6 @@ import engine.InterestManagement.WorldGrid;
import engine.db.archive.DataWarehouse;
import engine.db.handlers.dbNPCHandler;
import engine.db.handlers.dbRuneBaseHandler;
import engine.exception.MsgSendException;
import engine.gameManager.*;
import engine.job.JobContainer;
import engine.job.JobScheduler;
@@ -613,7 +612,7 @@ public class WorldServer {
try {
if (group != null)
GroupManager.LeaveGroup(player);
} catch (MsgSendException e) {
} catch (Exception e) {
Logger.error(e.toString());
}