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

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