981982983984985986987988989990991
return; } pa.setBytes(raw); pa.setClientFacade(clientFacade); try{ pa.handlePacket(); } catch (Exception e) { log.log(Level.SEVERE, "Failed to handle game packet" + pa.getClass().getSimpleName() + " Check packet code!", e); } }