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
// i have no idea why but putting it CAPTURE_POINT_STATE_AMPING will say 'CONTESTED' on the UI// since whether the point is contested is checked above, putting the hardpoint state to a value of 8 fixes it somehowif(GetHardpointState(hardpoint)<=CAPTURE_POINT_STATE_AMPING)
SetHardpointState(hardpoint, 8 )
Question: Why do we have to do this?
Like, it doesn't happen in vanilla, why does it in Northstar?
IMO, we should get to the core of the issue, not just put a band aid over it.
Question: Why do we have to do this?
Like, it doesn't happen in vanilla, why does it in Northstar?
IMO, we should get to the core of the issue, not just put a band aid over it.
Originally posted by @EladNLG in #416 (comment)
The text was updated successfully, but these errors were encountered: