mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-24 17:39:18 +03:00
Fix weapon on back dupe
This commit is contained in:
@@ -53,7 +53,7 @@ if (_classname isKindOf "Bag_Base_EP1") exitWith {
|
||||
waitUntil { !isNull (unitBackpack player) };
|
||||
uiSleep 0.03;
|
||||
|
||||
PVDZ_plr_Save = [player,nil,false];
|
||||
PVDZ_plr_Save = [player,nil,dayz_onBack];
|
||||
publicVariableServer "PVDZ_plr_Save";
|
||||
};
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ if !(alive _item) then {
|
||||
dayz_lastMeal = time;
|
||||
dayz_hunger = 0;
|
||||
|
||||
PVDZ_plr_Save = [player,nil,true];
|
||||
PVDZ_plr_Save = [player,nil,dayz_onBack];
|
||||
publicVariableServer "PVDZ_plr_Save";
|
||||
|
||||
[player,"eat",0,false] call dayz_zombieSpeak;
|
||||
|
||||
Reference in New Issue
Block a user