geforkt von Mirrors/Velocity
Update Velocity (might fix Command problems) and fix PluginMessages... #4
@ -79,6 +79,11 @@ public class ClientConfigSessionHandler implements MinecraftSessionHandler {
|
||||
configSwitchFuture = new CompletableFuture<>();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void deactivated() {
|
||||
configurationFuture = null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean handle(final KeepAlivePacket packet) {
|
||||
player.forwardKeepAlive(packet);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren