Skip to content

Commit

Permalink
Fix sign rewriting in 1.8->1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianMichael committed Jul 3, 2024
1 parent c601525 commit 7d34c38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ public void register() {
protocol.registerServerbound(ServerboundPackets1_7_2_5.SIGN_UPDATE, new PacketHandlers() {
@Override
public void register() {
map(Types.BLOCK_POSITION1_8, RewindTypes.SHORT_POSITION); // Position
map(RewindTypes.SHORT_POSITION, Types.BLOCK_POSITION1_8); // Position
handler(wrapper -> {
for (int i = 0; i < 4; i++) {
final String line = wrapper.read(Types.STRING);
Expand Down

0 comments on commit 7d34c38

Please sign in to comment.