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

Cookoff - Tweaked effects cleanup to work in dedicated environment #9000

Merged
merged 1 commit into from
Aug 20, 2022
Merged

Cookoff - Tweaked effects cleanup to work in dedicated environment #9000

merged 1 commit into from
Aug 20, 2022

Conversation

JonBons
Copy link
Contributor

@JonBons JonBons commented Aug 15, 2022

When merged this pull request will:

  • Fix cookoff effects cleanup not working in a dedicated environment

Previous method assumed the vehicle entity would still exist by the time the CBA global event was received by clients but in testing it becomes NULL and the local effects variables are unable to be retrieved.

Refactor switches to adding the Deleted EH on globally when a cookoff occurs and the EH triggers a local event for cleanup allowing for use of vehicle entity and access to the local effects variable stored on the vehicle.

@veteran29 veteran29 added this to the 3.15.1 milestone Aug 15, 2022
@veteran29 veteran29 added the kind/bug-fix Release Notes: **FIXED:** label Aug 15, 2022
@PabstMirror PabstMirror merged commit 8e06f2e into acemod:master Aug 20, 2022
RusComBear pushed a commit to RusComBear/ACE3 that referenced this pull request Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants