3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 13:52:50 +02:00

Named Sound Effect has no changes (apart from id changes)

Dieser Commit ist enthalten in:
Myles 2017-12-14 19:46:01 +00:00
Ursprung a948503895
Commit 18dc323f7f

Datei anzeigen

@ -64,18 +64,7 @@ public class WorldPackets {
});
// Named Sound Effect
protocol.registerOutgoing(State.PLAY, 0x19, 0x1A, new PacketRemapper() {
@Override
public void registerMap() {
// TODO: This packet has changed
handler(new PacketHandler() {
@Override
public void handle(PacketWrapper wrapper) throws Exception {
wrapper.cancel();
}
});
}
});
protocol.registerOutgoing(State.PLAY, 0x19, 0x1A);
// Chunk Data
protocol.registerOutgoing(State.PLAY, 0x20, 0x21, new PacketRemapper() {