mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Add missing private var in hotwire_veh.sqf
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
private ["_vehicle","_removed"];
|
private ["_vehicle","_removed","_vehType"];
|
||||||
_vehicle = _this select 3;
|
_vehicle = _this select 3;
|
||||||
|
|
||||||
if (dayz_actionInProgress) exitWith {localize "STR_EPOCH_PLAYER_32" call dayz_rollingMessages;};
|
if (dayz_actionInProgress) exitWith {localize "STR_EPOCH_PLAYER_32" call dayz_rollingMessages;};
|
||||||
|
|||||||
Reference in New Issue
Block a user