Merge pull request #1248 from Gerrygames/1.14

fix open sign editor
This commit is contained in:
Myles 2019-04-07 14:47:36 +01:00 committed by GitHub
commit b37430994d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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