mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-05 00:38:14 +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);
|
chainSet.notify(player, message);
|
||||||
} catch (Exception reason) {
|
} catch (Exception reason) {
|
||||||
logger.log(Level.SEVERE, "Uncaught exception thrown while handling message: " + message, reason);
|
logger.log(Level.SEVERE, "Uncaught exception thrown while handling message: " + message, reason);
|
||||||
|
destroy();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user