mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Update exception
This commit is contained in:
parent
84f4760349
commit
04e2e7847d
@ -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