Skip to content

Commit

Permalink
fixed js confucsion
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBrostrom authored Apr 13, 2024
1 parent f76de0f commit 933ffeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cScripts/functions/init/fn_init_aceArsenal.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ GVAR(StagingArsenalOpen) = false;

[QEGVAR(StagingArsenal,SaveWhitelist), {
private _items = call FUNC(getArsenalWhitelist);
if (_items isEqualTo []) {
if (_items isEqualTo []) then {
SHOW_SERVER_WARNING_2("Arsenal","Arsenal whitelist not possilbe to be created for %1 [%2] and is empty",player,typeOf player);
};
SETVAR(player,EGVAR(Player,ArsenalWhitelist),_items);
Expand Down

0 comments on commit 933ffeb

Please sign in to comment.