Open
Description
Describe the bug
Flying high above a clientside marker (with a jetpack or something) will trigger the marker, even when they are far above it.
Same if you create a marker on a bridge and walk under it.
Serverside markers don't have this problem.
To Reproduce
Unstated.
Expected behavior
Should only trigger if you walk into the marker.
Additional context
TAPL said:
The issue exists only on clientside
onClientMarkerHit
andisElementWithinMarker
, doesn't matter which side the marker was created on.Even if the marker was created serverside and attached to
onClientMarkerHit
the height still not checked, howeveronMarkerHit
works perfectly. This applies toisElementWithinMarker
as well.