mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-07 11:09:57 +01:00
commit
b37430994d
@ -18,7 +18,7 @@ public class PlayerPackets {
|
||||
public static void register(Protocol protocol) {
|
||||
|
||||
// Open Sign Editor
|
||||
protocol.registerOutgoing(State.PLAY, 0x2C, 0x30, new PacketRemapper() {
|
||||
protocol.registerOutgoing(State.PLAY, 0x2C, 0x2F, new PacketRemapper() {
|
||||
@Override
|
||||
public void registerMap() {
|
||||
map(Type.POSITION, Type.POSITION1_14);
|
||||
|
Loading…
Reference in New Issue
Block a user