Compare commits

...

2 Commits

Author SHA1 Message Date
Jacob Schmidt
2b5648b303 Merge branch 'master' of https://gitea.innovativedevsolutions.org/IDSolutions/client
All checks were successful
Build / Build (push) Successful in 27s
2025-05-25 14:22:15 -05:00
Jacob Schmidt
3ba3fe82d2 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.
2025-05-25 14:22:12 -05:00

View File

@ -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", [], [[]]],