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

CQB placement blacklist #73

Closed
Whigital opened this issue Aug 1, 2016 · 0 comments
Closed

CQB placement blacklist #73

Whigital opened this issue Aug 1, 2016 · 0 comments
Assignees
Labels

Comments

@Whigital
Copy link
Contributor

Whigital commented Aug 1, 2016

Case-sensitivity issue with some unit types in CQB.hpp:

https://github.com/ALiVEOS/ALiVE.OS/blob/master/addons/main/static/CQB.hpp#L125

"O_T_helipilot_F" -> "O_T_Helipilot_F"
"O_T_diver_F" -> "O_T_Diver_F"
"O_T_diver_TL_F" -> "O_T_Diver_TL_F"
"O_T_diver_exp_F" -> "O_T_Diver_Exp_F"
"O_T_crew_F" -> "O_T_Crew_F"
"O_T_helicrew_F" -> "O_T_Helicrew_F"
"I_C_helipilot_F" -> "I_C_Helipilot_F"
"I_C_pilot_F" -> "I_C_Pilot_F"

Double checked by adding below code, and no more divers, pilots or crews spawn via CQB.

ALiVE_MIL_CQB_CUSTOM_UNITBLACKLIST =
[
    "O_T_Diver_F",
    "O_T_Diver_Exp_F",
    "O_T_Diver_TL_F",
    "O_T_Helicrew_F",
    "O_T_Helipilot_F",
    "O_T_Crew_F",

    "I_C_Helipilot_F",
    "I_C_Pilot_F"
];
@friznit friznit added the bug label Aug 2, 2016
@friznit friznit self-assigned this Aug 2, 2016
@friznit friznit closed this as completed in 573ce0b Aug 6, 2016
DarrellJMartin pushed a commit that referenced this issue Aug 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants