Skip to content

Commit

Permalink
Set CBA settings on a server level
Browse files Browse the repository at this point in the history
to broadcast to headless clients.
  • Loading branch information
ColinM9991 committed Aug 3, 2022
1 parent c247af3 commit ea7c9c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addons/cars/functions/fnc_setVehicles.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ params [

assert(_value isEqualTypeAll "");

[QGVAR(vehicles), str _value, 1, "mission"] call CBA_settings_fnc_set;
[QGVAR(vehicles), str _value, 1, "server", true] call CBA_settings_fnc_set;
2 changes: 1 addition & 1 deletion addons/lifecycle/functions/fnc_setCivilians.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ params [

assert(_value isEqualTypeAll "");

[QGVAR(civClasses), str _value, 1, "mission"] call CBA_settings_fnc_set;
[QGVAR(civClasses), str _value, 1, "server", true] call CBA_settings_fnc_set;

0 comments on commit ea7c9c4

Please sign in to comment.