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

Fix event error #319

Merged
merged 1 commit into from
Apr 26, 2016
Merged

Fix event error #319

merged 1 commit into from
Apr 26, 2016

Conversation

PabstMirror
Copy link
Contributor

With full modset I get nonstop errors after #314

Error select: Type Bool, expected Array,String,Config entry
File x\cba\addons\events\XEH_postInit.sqf, line 8

allVariables cba_events_eventNamespaceJIP; has "cba_xeh_isinitialized" and "cba_xeh_isprocessed" which are just true

So just a funny side effect of the XEH fallback loop running and setting unexpected variables on the logic.

@PabstMirror PabstMirror added this to the 2.3.2 milestone Apr 26, 2016
@commy2
Copy link
Contributor

commy2 commented Apr 26, 2016

That was exactly what the isEqualTo EVENT_PVAR_STR is for. I didn't even consider that there could be non arrays stored in that namespace. derp.

@commy2 commy2 merged commit 85b0b95 into master Apr 26, 2016
@commy2 commy2 deleted the fixEvents branch April 26, 2016 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants