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
2024-10-25 21:50:12.663 WARNING SCRIPTING (Main): MIST|get3DDist|5253: mist.utils.get2DDist 2nd input value is nil
".../~mis0000532C.lua"]:5255: attempt to index local 'point2' (a nil value)
stack traceback:
[C]: ?
[string ".../~mis0000532C.lua"]:5255: in function 'get3DDist'
[string ".../~mis0000532C.lua"]:5206: in function 'getHeadingPoints'
When called in the context of getting a heading for a player, getHeadingPoints calls get3DDist, it does not pass the point2 parameter, resulting in the above exception
The text was updated successfully, but these errors were encountered:
2024-10-25 21:50:12.663 WARNING SCRIPTING (Main): MIST|get3DDist|5253: mist.utils.get2DDist 2nd input value is nil
".../~mis0000532C.lua"]:5255: attempt to index local 'point2' (a nil value)
stack traceback:
[C]: ?
[string ".../~mis0000532C.lua"]:5255: in function 'get3DDist'
[string ".../~mis0000532C.lua"]:5206: in function 'getHeadingPoints'
When called in the context of getting a heading for a player, getHeadingPoints calls get3DDist, it does not pass the point2 parameter, resulting in the above exception
The text was updated successfully, but these errors were encountered: