Skip to content

MQ2Events - empty "trigger" crash fix

Sic requested to merge MQ2EventsCrashFix into master
  • Should address an issue trying to load an "empty" trigger.
  • I'm not 100% on the surrounding code, I wasn't certain if this should be a continue in the for loop, or there should be just a && szTrigger[0] in the if (pEventsEvent) scope.

Merge request reports