mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fixed Undefined variable
Error Undefined variable in expression: s_player_lockunlock_crtl
This commit is contained in:
@@ -249,6 +249,7 @@ dayz_resetSelfActions = {
|
|||||||
s_player_maintain_area_preview = -1;
|
s_player_maintain_area_preview = -1;
|
||||||
s_player_heli_lift = -1;
|
s_player_heli_lift = -1;
|
||||||
s_player_heli_detach = -1;
|
s_player_heli_detach = -1;
|
||||||
|
s_player_lockUnlock_crtl = -1;
|
||||||
};
|
};
|
||||||
call dayz_resetSelfActions;
|
call dayz_resetSelfActions;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user