diff --git a/src/main/java/com/eu/habbo/habbohotel/games/Game.java b/src/main/java/com/eu/habbo/habbohotel/games/Game.java index f8aa6c37..6bff094a 100644 --- a/src/main/java/com/eu/habbo/habbohotel/games/Game.java +++ b/src/main/java/com/eu/habbo/habbohotel/games/Game.java @@ -74,7 +74,7 @@ public abstract class Game implements Runnable { habbo.getClient().sendResponse(new GuideSessionPartnerIsPlayingComposer(true)); return true; } - } catch (Exception e) { + } catch (NoSuchMethodException | SecurityException e) { LOGGER.error("Caught exception", e); }