use a new macro

This commit is contained in:
commy2 2016-10-02 13:06:47 +02:00
parent 56882a9bcb
commit feac296f9c

View File

@ -65,7 +65,7 @@ private _createLitter = {
{
if (count _x < MIN_ENTRIES_LITTER_CONFIG) then {
WARNING(format [ARR_2("Wrong litter array: %1",_x)]);
WARNING_2("Wrong litter array: %1",_x);
} else {
_x params [
["_selection", "", [""]],