From ad552909114d42dce31a4fcb0c8979dba1415e9b Mon Sep 17 00:00:00 2001 From: Carl Mylo Date: Sun, 24 Mar 2024 12:29:59 -0500 Subject: [PATCH] Update KPLIB_objectInits.sqf Add extra indent --- Missionframework/KPLIB_objectInits.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Missionframework/KPLIB_objectInits.sqf b/Missionframework/KPLIB_objectInits.sqf index 53004d93b..9caf132ad 100644 --- a/Missionframework/KPLIB_objectInits.sqf +++ b/Missionframework/KPLIB_objectInits.sqf @@ -88,8 +88,8 @@ KPLIB_objectInits = [ [ [KPLIB_b_crateSupply, KPLIB_b_crateAmmo, KPLIB_b_crateFuel], { - _this lockInventory true; - _this setVariable ["ace_cargo_noRename", true]; + _this lockInventory true; + _this setVariable ["ace_cargo_noRename", true]; } ],