actually fix clientside exploits
This commit is contained in:
parent
3ae3e5c37b
commit
1eb1bbba08
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ public class Client {
|
|||
|
||||
@Override public void packetError (PacketErrorEvent event) {
|
||||
event.getCause().printStackTrace();
|
||||
event.setSuppress(true);
|
||||
for (SessionListener listener : listeners) listener.packetError(event);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue