3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-17 01:23:43 +02:00

fix open sign editor

Dieser Commit ist enthalten in:
Gerrygames 2019-04-07 15:39:10 +02:00
Ursprung 421a5e8141
Commit c51373dc9a

Datei anzeigen

@ -18,7 +18,7 @@ public class PlayerPackets {
public static void register(Protocol protocol) { public static void register(Protocol protocol) {
// Open Sign Editor // Open Sign Editor
protocol.registerOutgoing(State.PLAY, 0x2C, 0x30, new PacketRemapper() { protocol.registerOutgoing(State.PLAY, 0x2C, 0x2F, new PacketRemapper() {
@Override @Override
public void registerMap() { public void registerMap() {
map(Type.POSITION, Type.POSITION1_14); map(Type.POSITION, Type.POSITION1_14);