Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Good observations.
I'll fix the debug info and the server string.
Note, though, that the debug info should only be printed in debug builds, not in release.
Posts: 1,450
Threads: 53
Joined: Feb 2011
Thanks: 15
Given 120 thank(s) in 91 post(s)
I've seen that bug before where the name of the player suddenly appeared somewhere else, and the sky turned all haywire for me. I'm not sure what fixed it or where the bug was :/
Posts: 1,450
Threads: 53
Joined: Feb 2011
Thanks: 15
Given 120 thank(s) in 91 post(s)
It amazes me every time how Minecraft has almost no error handling whatsoever.. the fuck man O_o
How the heck can an unknown block cause the player name to appear upside down somewhere else
Posts: 34
Threads: 2
Joined: Mar 2012
Thanks: 1
Given 3 thank(s) in 3 post(s)
Can someone confirm that there is no sound of the block being placed in 1.3.2 and mcserver?
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
Definitely not. Even if I fixed the placement, the next time the client connected, they would get that block anyway, unless MCServer checked every single block before sending a chunk. Not gonna happen.