Skip to content

Commit 083ccd2

Browse files
committed
Linted cot refresh rate
1 parent 35a45d2 commit 083ccd2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/server/functions/fnc_3denCoreModuleConfig.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if (isServer) exitWith {
5454
};
5555
};
5656
} forEach GVAR(syncedUnits);
57-
}, 0.5, []] call CBA_fnc_addPerFrameHandler;
57+
}, 1, []] call CBA_fnc_addPerFrameHandler;
5858
};
5959

6060
true;

addons/server/functions/fnc_ZeusCoreModuleConfig.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ missionNamespace setVariable ["armatak_server_syncedUnits", _syncUnits];
5858
};
5959
};
6060
} forEach GVAR(syncedUnits);
61-
}, 2, []] call CBA_fnc_addPerFrameHandler;
61+
}, 1, []] call CBA_fnc_addPerFrameHandler;
6262
deleteVehicle _logic;
6363
closeDialog 1;

0 commit comments

Comments
 (0)