mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
fixed wrong var name
This commit is contained in:
@@ -99,7 +99,7 @@ if (_IsNearVehicle >= 1) then {
|
|||||||
// Current charID
|
// Current charID
|
||||||
_objectCharacterID = _vehicle getVariable ["CharacterID","0"];
|
_objectCharacterID = _vehicle getVariable ["CharacterID","0"];
|
||||||
|
|
||||||
PVDZE_veh_Publish3 = [_object,[_dir,_location],_newclassname,true,_objectCharacterID,player];
|
PVDZE_veh_Upgrade = [_object,[_dir,_location],_newclassname,true,_objectCharacterID,player];
|
||||||
publicVariableServer "PVDZE_veh_Upgrade";
|
publicVariableServer "PVDZE_veh_Upgrade";
|
||||||
|
|
||||||
cutText [(localize "STR_EPOCH_VEHUP_SUCCESS"), "PLAIN DOWN"];
|
cutText [(localize "STR_EPOCH_VEHUP_SUCCESS"), "PLAIN DOWN"];
|
||||||
|
|||||||
Reference in New Issue
Block a user