Update exception

This commit is contained in:
xjoao 2020-05-22 13:23:35 -04:00
parent 84f4760349
commit 04e2e7847d

View File

@ -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);
}