mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-13 11:41:26 +01:00
SPIGOT-1364: sendMap should update entire map
This commit is contained in:
parent
45038571f9
commit
d3507d2818
@ -430,7 +430,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
||||
}
|
||||
}
|
||||
|
||||
PacketPlayOutMap packet = new PacketPlayOutMap(map.getId(), map.getScale().getValue(), true, icons, data.buffer, 0, 0, 0, 0);
|
||||
PacketPlayOutMap packet = new PacketPlayOutMap(map.getId(), map.getScale().getValue(), true, icons, data.buffer, 0, 0, 128, 128);
|
||||
getHandle().playerConnection.sendPacket(packet);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user