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

Recheck cwh regarding commy2's remark #111

Closed
Schwaggot opened this issue Sep 11, 2019 · 1 comment
Closed

Recheck cwh regarding commy2's remark #111

Schwaggot opened this issue Sep 11, 2019 · 1 comment
Assignees

Comments

@Schwaggot
Copy link
Collaborator

WeaponHolder and child classes inherit from Static, so don't have XEH. WeaponHolderSimulated and child classes inherit from ThingX and so don't have XEH either.
Could be changed in CBA I suppose.

    class WeaponHolder: ReammoBox {
        XEH_ENABLED;
    };

    class WeaponHolderSimulated: ThingX {
        XEH_ENABLED;
    };

There.

@Schwaggot Schwaggot self-assigned this Sep 11, 2019
@Schwaggot
Copy link
Collaborator Author

CBATeam/CBA_A3#1228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant