-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CAS milsim request off by one error #38
Comments
This is happening when typing a 6 digit coordinate. It's working fine with a 10 digit one. |
It seems to be an issue with the CBA function CBA_fnc_mapGridToPos: CBATeam/CBA_A3#1362 |
CBA function is bugged: off by one error in all case |
This issue is partially solved with the new target in center of the square: #52 |
When resquesting CAS in milsim mod (grid), there's an off by one error
Requesting CAS at 030002 gets an acknowlede of a CAS at 029001 and these are the coordinates used by the plane.
The text was updated successfully, but these errors were encountered: