Linted cot refresh rate

This commit is contained in:
Valmo Trindade
2025-11-15 06:56:47 -03:00
parent 35a45d2cd4
commit 083ccd2906
2 changed files with 2 additions and 2 deletions

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;