mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-01-21 23:11:29 +01:00
parent
dafce79374
commit
04e572fa30
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user