Update Loot_Spawn function call

This commit is contained in:
AirwavesMan
2020-09-18 20:13:44 +02:00
parent b211a4b54c
commit eaead47944
3 changed files with 3 additions and 3 deletions

View File

@@ -51,7 +51,7 @@ for "_i" from 1 to (SPAWN_NUM) do
_lootPos = Vector_Add(_position, Vector_Multiply(Vector_FromDir(random 360), _size * 0.6 + random _size));
_lootPos set [2, 0];
_lootVeh = Loot_Spawn(_x, _lootPos);
_lootVeh = Loot_Spawn(_x, _lootPos, "");
_lootVeh setVariable ["permaLoot", true];
call {