Merge branch 'main' into wings_of_liberty

This commit is contained in:
Valmo Trindade
2025-11-15 06:57:03 -03:00
2 changed files with 2 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ if (isServer) exitWith {
};
};
} forEach GVAR(syncedUnits);
}, 0.5, []] call CBA_fnc_addPerFrameHandler;
}, 1, []] call CBA_fnc_addPerFrameHandler;
};
true;

View File

@@ -58,6 +58,6 @@ missionNamespace setVariable ["armatak_server_syncedUnits", _syncUnits];
};
};
} forEach GVAR(syncedUnits);
}, 2, []] call CBA_fnc_addPerFrameHandler;
}, 1, []] call CBA_fnc_addPerFrameHandler;
deleteVehicle _logic;
closeDialog 1;