From 48d8a090427faeba13627aea1dc03863ad5d3b5e Mon Sep 17 00:00:00 2001 From: "[VB]AWOL" Date: Mon, 28 Oct 2013 23:18:44 -0500 Subject: [PATCH] init var --- SQF/dayz_code/init/variables.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/SQF/dayz_code/init/variables.sqf b/SQF/dayz_code/init/variables.sqf index 9982b47ef..023193d10 100644 --- a/SQF/dayz_code/init/variables.sqf +++ b/SQF/dayz_code/init/variables.sqf @@ -249,6 +249,7 @@ call dayz_resetSelfActions; //Engineering variables s_player_lastTarget = [objNull,objNull,objNull,objNull,objNull]; s_player_repairActions = []; +s_player_lockunlock = []; // Custom s_player_madsci = [];