mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fix #1147
This commit is contained in:
@@ -45,6 +45,8 @@ _location2 = getPosATL player;
|
|||||||
if(_location1 distance _location2 > 0.1) exitWith {
|
if(_location1 distance _location2 > 0.1) exitWith {
|
||||||
cutText [format[(localize "str_epoch_player_122"),_text] , "PLAIN DOWN"];
|
cutText [format[(localize "str_epoch_player_122"),_text] , "PLAIN DOWN"];
|
||||||
_obj setVariable["packing",0];
|
_obj setVariable["packing",0];
|
||||||
|
s_player_packvault = -1;
|
||||||
|
DZE_ActionInProgress = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user