Update for changes in master.
This commit is contained in:
@@ -38,7 +38,7 @@ public class PingSessionHandler implements MinecraftSessionHandler {
|
|||||||
connection.write(handshake);
|
connection.write(handshake);
|
||||||
|
|
||||||
connection.setState(StateRegistry.STATUS);
|
connection.setState(StateRegistry.STATUS);
|
||||||
connection.write(new StatusRequest());
|
connection.write(StatusRequest.INSTANCE);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user