From 04e2e7847db24bd4bc7710c2e5cc64cdbb2fc879 Mon Sep 17 00:00:00 2001 From: xjoao Date: Fri, 22 May 2020 13:23:35 -0400 Subject: [PATCH] Update exception --- src/main/java/com/eu/habbo/habbohotel/games/Game.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }