Change ItemGenerator to WeaponHolder_ItemGenerator

With WeaponHolder_ItemGenerator we do not need the postion set up in the spawn.sqf
This commit is contained in:
AirwavesMan
2020-09-13 16:53:36 +02:00
parent 0b26ae1246
commit bf516a65e5
6 changed files with 7 additions and 13 deletions

View File

@@ -248,7 +248,7 @@ class WeaponHolder_ItemGenerator : WeaponHolderBase {
destrType = "DestructNo";
class eventHandlers {
delete init;
init = "[(_this select 0),'cfgMagazines','ItemGenerator'] spawn object_pickupAction";
};
};