fix spelling of arguments

This commit is contained in:
Glowbal 2016-07-03 23:22:31 +02:00 committed by GitHub
parent 82f63b5935
commit 1922cac79e

View File

@ -33,7 +33,7 @@ if (!hasInterface) exitWith {[-1]};
params [["_reason", "", [""]], ["_mask", [], [[]], [0,8,9]]]; params [["_reason", "", [""]], ["_mask", [], [[]], [0,8,9]]];
if ((count _mask) == 8) then { if ((count _mask) == 8) then {
ACE_LOGWARNING_1("ace_common_fnc_showHud - mask now takes 9 arguements in 1.62 [called with %1]",_this); ACE_LOGWARNING_1("ace_common_fnc_showHud - mask now takes 9 arguments in 1.62 [called with %1]",_this);
_mask pushBack true; _mask pushBack true;
}; };