mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Merge pull request #616 from Panadur/patch-1
Update player_loadCrate.sqf
This commit is contained in:
@@ -11,7 +11,7 @@ if(!_hasTool) exitWith {
|
|||||||
|
|
||||||
_item = _this;
|
_item = _this;
|
||||||
_hasCrate = _item in magazines player;
|
_hasCrate = _item in magazines player;
|
||||||
if (!_hasCrate) then {
|
if (!_hasCrate) exitWith {
|
||||||
cutText ["\n\nMissing supply crate.", "PLAIN DOWN"];
|
cutText ["\n\nMissing supply crate.", "PLAIN DOWN"];
|
||||||
TradeInprogress = false;
|
TradeInprogress = false;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user