13
0
geforkt von Mirrors/Velocity

Update for changes in master.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-09-18 16:50:33 -04:00
Ursprung 89b5da25be
Commit 717c2afeb3

Datei anzeigen

@ -38,7 +38,7 @@ public class PingSessionHandler implements MinecraftSessionHandler {
connection.write(handshake);
connection.setState(StateRegistry.STATUS);
connection.write(new StatusRequest());
connection.write(StatusRequest.INSTANCE);
}
@Override