Fixed whitelist/restricted not working well in groups

This commit is contained in:
ajgeiss0702
2023-06-06 09:09:54 -07:00
committed by ajgeiss0702
parent 3e82e2119f
commit 3090140ae8
3 changed files with 7 additions and 2 deletions
@@ -122,6 +122,8 @@ public class SpigotMain extends JavaPlugin implements PluginMessageListener,List
ComResponse response = ComResponse.from(subchannel, in);
responseManager.executeResponse(response);
} catch (IllegalStateException ignored) {
// This seems to happen often when a player leaves. So, we'll ignore it.
} catch (Exception e) {
getLogger().log(Level.SEVERE, "Error while processing proxy response " + subchannel + ": ", e);
}