mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-23 02:25:19 +01:00
Named Sound Effect has no changes (apart from id changes)
This commit is contained in:
parent
a948503895
commit
18dc323f7f
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user