fix: Add missing comma in fnc_hostage.sqf

This commit fixes a missing comma in the `fnc_hostage.sqf` file. The comma was missing between the `_cbrnZone` and `_equipmentRewards` parameters, which could have caused issues with task execution.
This commit is contained in:
Jacob Schmidt 2025-05-25 14:22:12 -05:00
parent 635460f9d8
commit 3ba3fe82d2

View File

@ -46,7 +46,7 @@ params [
["_endSuccess", false, [false]],
["_endFail", false, [false]],
["_time", -1, [0]],
["_cbrnZone", "", [""]]
["_cbrnZone", "", [""]],
["_equipmentRewards", [], [[]]],
["_supplyRewards", [], [[]]],
["_weaponRewards", [], [[]]],