3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-10-02 00:10:06 +02:00

Hotfix receiving level screen not closing on Velocity

Closes #3630
Dieser Commit ist enthalten in:
Nassim Jahnke 2024-03-01 12:38:54 +01:00
Ursprung dafce79374
Commit 04e572fa30
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: EF6771C01F6EF02F

Datei anzeigen

@ -85,6 +85,9 @@ public final class EntityPacketRewriter1_20_3 extends EntityRewriter<Clientbound
handler(wrapper -> sendChunksSentGameEvent(wrapper));
}
});
// https://github.com/ViaVersion/ViaVersion/issues/3630, should still investigate why sending it with respawn/login doesn't work on Velocity
protocol.registerClientbound(ClientboundPackets1_20_2.WORLD_BORDER_INIT, this::sendChunksSentGameEvent);
}
private void sendChunksSentGameEvent(final PacketWrapper wrapper) throws Exception {