Merge branch 'patch-22' into 'dev'

Update exception

See merge request morningstar/Arcturus-Community!194
This commit is contained in:
Mike 2020-06-01 09:27:42 -04:00
commit fdfe0754c3

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