fix open sign editor

This commit is contained in:
Gerrygames 2019-04-07 15:39:10 +02:00
parent 421a5e8141
commit c51373dc9a

View File

@ -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);