Skip to content

Commit

Permalink
fix the "add unit" ZEN context menu item
Browse files Browse the repository at this point in the history
oops. regression in 6.4.0
  • Loading branch information
Fusselwurm authored May 25, 2022
1 parent 083fb0a commit 345a86c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions addons/lifecycle/functions/fnc_spawnCivilian.sqf
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "..\script_component.hpp"

params [
["_pos", [0, 0, 0]],
["_group", grpNull],
["_primaryTask", ""],
["_civClasses", [[]]]
["_pos", [0, 0, 0], [[]]],
["_group", grpNull, [grpNull]],
["_primaryTask", "", [""]],
["_civClasses", [], [[]]]
];

if (_civClasses isEqualTo []) then {
Expand Down

0 comments on commit 345a86c

Please sign in to comment.