Add missing private var in hotwire_veh.sqf

This commit is contained in:
ebaydayz
2016-11-12 14:54:20 -05:00
parent 6ac9c879f0
commit f87ac79acc

View File

@@ -1,4 +1,4 @@
private ["_vehicle","_removed"];
private ["_vehicle","_removed","_vehType"];
_vehicle = _this select 3;
if (dayz_actionInProgress) exitWith {localize "STR_EPOCH_PLAYER_32" call dayz_rollingMessages;};