mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
use a new macro
This commit is contained in:
parent
56882a9bcb
commit
feac296f9c
@ -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", "", [""]],
|
||||
|
Loading…
Reference in New Issue
Block a user