[SPIGOT-3025] Players can create exceptions with hacked client Created: 20/Jan/17 Updated: 20/Jan/17 Resolved: 20/Jan/17 |
|
Status: | Resolved |
Project: | Spigot |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Major |
Reporter: | Jannik8500 | Assignee: | Unassigned |
Resolution: | Done | Votes: | 0 |
Labels: | 1.11.2, error |
Description |
With the hacked client "LiquidBounce" (Exploits -> Console Spam), players are able to spam some exceptions in the console. The exception: http://pastebin.com/xGaritHV On my test I don't used any plugin and no bungeecord.
Is there anything to do to catch this exception on spigot side? |
Comments |
Comment by md_5 [ 20/Jan/17 ] |
That is the exception being caught. } catch (Exception exception1) { PlayerConnection.LOGGER.error("Couldn\'t sign book", exception1); this.disconnect("Invalid book data!"); // CraftBukkit } |