This commit is contained in:
2025-06-08 23:20:58 +03:00
parent c490b3d70a
commit dc5f59a102
3 changed files with 7 additions and 8 deletions

View File

@@ -59,11 +59,6 @@ KPLIB_init = true;
// Enable camera screenshot bypass
null = [] execVM "scripts\client\misc\fnc_initPhotoHandler.sqf";
// Change ACE crate size
[KP_liberation_supply_crate, 1] call ace_cargo_fnc_setSize;
[KP_liberation_ammo_crate, 1] call ace_cargo_fnc_setSize;
[KP_liberation_fuel_crate, 1] call ace_cargo_fnc_setSize;
// Notify clients that server is ready
if (isServer) then {
KPLIB_initServer = true;