Mojira Archive
MC-3564

Debug message "Unable to locate Sign at (x, y, z)" left inside Minecraft Client

The debug message "Unable to locate Sign at (x, y, z)" Should not appear every time a Packet 130 (Sign Update) is received in NetClientHandler if the block is not loaded.
This causes annoyances to players in certain bukkit servers which changes the order of packets or has an alternative chunk sending algorithm.
This is a Client-Side debug message shown in chat.

This should be a one line fix! Likely only one line needs to be removed in the packet handler class in the minecraft client.