13
0
geforkt von Mirrors/Velocity

Make sure to always forward on keep-alives from the client

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-09-07 16:35:36 -04:00
Ursprung 30baee84bd
Commit f8a3f24d6b

Datei anzeigen

@ -61,6 +61,8 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
}
player.setPing(System.currentTimeMillis() - lastPingSent);
resetPingData();
player.getConnectedServer().getMinecraftConnection().write(packet);
return;
}
if (packet instanceof ClientSettings) {