Summary
When using <TAB> to auto-complete coordinates in commands, 0,0,0 gets filled instead of the block the player is looking at.
Steps to reproduce the problem
- Look at a block that isn't x=0,y=0,z=0
- Type /setblock
- Press <TAB> three times.
What I expected.
The coordinates of the block the player is looking at would be filled in, e.g.
/setblock 23 33 43
What happened
x=0, y=0, z=0 were filled in instead, e.g.
/setblock 0 0 0
How that differed from my expectations
The coordinates the player was looking at were not filled in.