Skip to content

Commit

Permalink
Update KPLIB_objectInits.sqf
Browse files Browse the repository at this point in the history
Add extra indent
  • Loading branch information
carlmylo committed Mar 24, 2024
1 parent 9c48fd0 commit ad55290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Missionframework/KPLIB_objectInits.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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];
}
],

Expand Down

0 comments on commit ad55290

Please sign in to comment.