Skip to content

Commit

Permalink
Update KPLIB_objectInits.sqf
Browse files Browse the repository at this point in the history
Tab to space
  • Loading branch information
carlmylo committed Mar 24, 2024
1 parent 25f0983 commit 9c48fd0
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Missionframework/KPLIB_objectInits.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,16 @@ KPLIB_objectInits = [
};
}
],

// Add Workbench compat in case it doesn't work the other way
[
["Land_Workbench_01_F"],
{
_this setVariable ["ace_isRepairFacility", 1, true];
}
],

// Add KPLQ Radio to static radios
// Add KPLQ Radio to static radios
[
["Radio", "Radio_Old"],
{
Expand Down

0 comments on commit 9c48fd0

Please sign in to comment.