Skip to content

Commit

Permalink
Update Missionframework/scripts/server/battlegroup/spawn_battlegroup.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: Filip Maciejewski <[email protected]>
  • Loading branch information
some-evil-kitty and veteran29 authored Mar 14, 2024
1 parent b121f66 commit b44cd41
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ if !(_spawn_marker isEqualTo "") then {
(crew _vehicle) joinSilent _nextgrp;
[_nextgrp] call battlegroup_ai;
_nextgrp setVariable ["KPLIB_isBattleGroup", true];
_bg_groups pushback _nextgrp;

if ((_x in KPLIB_o_troopTransports) && ([] call KPLIB_fnc_getOpforCap < KPLIB_cap_battlegroup)) then {
if (_vehicle isKindOf "Air") then {
Expand Down

0 comments on commit b44cd41

Please sign in to comment.