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:
parent
635460f9d8
commit
3ba3fe82d2
@ -46,7 +46,7 @@ params [
|
|||||||
["_endSuccess", false, [false]],
|
["_endSuccess", false, [false]],
|
||||||
["_endFail", false, [false]],
|
["_endFail", false, [false]],
|
||||||
["_time", -1, [0]],
|
["_time", -1, [0]],
|
||||||
["_cbrnZone", "", [""]]
|
["_cbrnZone", "", [""]],
|
||||||
["_equipmentRewards", [], [[]]],
|
["_equipmentRewards", [], [[]]],
|
||||||
["_supplyRewards", [], [[]]],
|
["_supplyRewards", [], [[]]],
|
||||||
["_weaponRewards", [], [[]]],
|
["_weaponRewards", [], [[]]],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user