mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
Merge branch 'patch-22' into 'dev'
Update exception See merge request morningstar/Arcturus-Community!194
This commit is contained in:
commit
fdfe0754c3
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user