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
The majority of the indecies are 1 based arrays, however the GetMoverByLocation array is not and is 0 based. This causes extra confusion in logic with having to switch back and forth between 1 and 0 based indecies. They should be aligned to either all be 1 or all be 0.
The text was updated successfully, but these errors were encountered:
The majority of the indecies are 1 based arrays, however the GetMoverByLocation array is not and is 0 based. This causes extra confusion in logic with having to switch back and forth between 1 and 0 based indecies. They should be aligned to either all be 1 or all be 0.
The text was updated successfully, but these errors were encountered: