Skip to content
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

Question: Why do we have to do this? #601

Open
EladNLG opened this issue Mar 9, 2023 · 0 comments
Open

Question: Why do we have to do this? #601

EladNLG opened this issue Mar 9, 2023 · 0 comments
Labels
discussion help wanted Extra attention is needed

Comments

@EladNLG
Copy link
Member

EladNLG commented Mar 9, 2023

// 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 somehow
if(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.

Originally posted by @EladNLG in #416 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

2 participants