mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Update insert.sqf
This should be an isNull check. It should not have the ! in there.
This commit is contained in:
@@ -45,7 +45,7 @@ if (!local _unit) exitWith {
|
||||
};
|
||||
|
||||
if (_type == Loot_BACKPACK) exitWith {
|
||||
if (!isNull unitBackpack _unit) then {
|
||||
if (isNull unitBackpack _unit) then {
|
||||
_unit addBackpack _item;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user