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