3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 13:52:50 +02:00

Merge pull request #1248 from Gerrygames/1.14

fix open sign editor
Dieser Commit ist enthalten in:
Myles 2019-04-07 14:47:36 +01:00 committet von GitHub
Commit b37430994d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

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