Fixed Undefined variable

Error Undefined variable in expression: s_player_lockunlock_crtl
This commit is contained in:
Florian Kinder
2014-02-12 00:06:00 +01:00
parent 98e49f7ba2
commit d1983bf109

View File

@@ -249,6 +249,7 @@ dayz_resetSelfActions = {
s_player_maintain_area_preview = -1;
s_player_heli_lift = -1;
s_player_heli_detach = -1;
s_player_lockUnlock_crtl = -1;
};
call dayz_resetSelfActions;