Skip to content

Commit

Permalink
Fix Stowaway Crash (Pass Mission)
Browse files Browse the repository at this point in the history
  • Loading branch information
AthallahDzaki authored Sep 28, 2024
1 parent be1aa26 commit 1fb2306
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ class PassCurrentMissionEffect : public EffectBase
/* Las Venturas */
"DES3", // Interdiction
"DESERT6", // N.O.E.
"DESERT9", // Stowaway
"CASINO6", // The Meat Business
"HEIST3", // Key To Her Heart
/* ######################### */
Expand Down Expand Up @@ -388,4 +389,4 @@ class PassCurrentMissionEffect : public EffectBase
}
};

DEFINE_EFFECT (PassCurrentMissionEffect, "effect_pass_current_mission", 0);
DEFINE_EFFECT (PassCurrentMissionEffect, "effect_pass_current_mission", 0);

0 comments on commit 1fb2306

Please sign in to comment.