mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Fix Typo
This commit is contained in:
@@ -60,10 +60,7 @@ if(!isNull _obj) then {
|
||||
|
||||
PVDZE_obj_setlocalVars = [_obj,_holder];
|
||||
publicVariableServer "PVDZE_obj_setlocalVars";
|
||||
|
||||
// remove vault
|
||||
deleteVehicle _obj;
|
||||
|
||||
|
||||
cutText [format[(localize "str_epoch_player_117"),_text], "PLAIN DOWN"];
|
||||
};
|
||||
s_player_lockvault = -1;
|
||||
|
||||
@@ -926,6 +926,8 @@ server_setLocalObjVars = {
|
||||
_magazines = getMagazineCargo _obj;
|
||||
_backpacks = getBackpackCargo _obj;
|
||||
|
||||
deleteVehicle _obj;
|
||||
|
||||
if (count _weapons > 0) then {
|
||||
_holder setVariable ["WeaponCargo", _weapons];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user