You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Editsign does not always edit the sign you are trying to target. It seems to target the sign at your characters eye level instead of the sign targeted by your mouse. Steps to reproduce:
Stand in front of a wall of signs and try to edit one thats not directly in your eye level view by placing your cursor over it. Expected behavior:
I expect the sign that was targeted with my cursor to be changed. Console stack trace:
Uses new method of ray-tracing to target block instead of using BlockIterator which doesn't respect the player looking at a different y-level. Falls back to old BlockIterator method on server versions older than 1.13.2
Fixes#3756.
Chew
pushed a commit
to Chew/Essentials
that referenced
this issue
Nov 25, 2020
Uses new method of ray-tracing to target block instead of using BlockIterator which doesn't respect the player looking at a different y-level. Falls back to old BlockIterator method on server versions older than 1.13.2
FixesEssentialsX#3756.
Uses new method of ray-tracing to target block instead of using BlockIterator which doesn't respect the player looking at a different y-level. Falls back to old BlockIterator method on server versions older than 1.13.2
FixesEssentialsX#3756.
Information
Full output of
/ess version
:Server startup log:
https://gist.github.com/SiuanSong/a03e31e6ae580f7fa689d7dccfafd873
EssentialsX config:
https://gist.github.com/SiuanSong/0860f14d3f26de528f5654d861755152
Details
Description:
Editsign does not always edit the sign you are trying to target. It seems to target the sign at your characters eye level instead of the sign targeted by your mouse.
Steps to reproduce:
Stand in front of a wall of signs and try to edit one thats not directly in your eye level view by placing your cursor over it.
Expected behavior:
I expect the sign that was targeted with my cursor to be changed.
Console stack trace:
Screenshots:
https://drive.google.com/file/d/1WOKlI9sJ8hkiRboIarwQpU93Yp7yW52V/view?usp=sharing
The text was updated successfully, but these errors were encountered: