mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +00:00
Potential fix for #16
This commit is contained in:
@@ -89,6 +89,7 @@ public final class GameSession extends Session {
|
||||
chainSet.notify(player, message);
|
||||
} catch (Exception reason) {
|
||||
logger.log(Level.SEVERE, "Uncaught exception thrown while handling message: " + message, reason);
|
||||
destroy();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user