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<>();
|
configSwitchFuture = new CompletableFuture<>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public void deactivated() {
|
||||||
|
configurationFuture = null;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean handle(final KeepAlivePacket packet) {
|
public boolean handle(final KeepAlivePacket packet) {
|
||||||
player.forwardKeepAlive(packet);
|
player.forwardKeepAlive(packet);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren