mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 11:42:38 +03:00
Fixed Error Undefined variable in expression: s_player_tamedog
Error in expression <er_studybody = -1; player removeAction s_player_tamedog; s_player_tamedog = -1;> Error position: <s_player_tamedog; s_player_tamedog = -1;> Error Undefined variable in expression: s_player_tamedog File z\addons\dayz_code\compile\fn_selfActions.sqf, line 886
This commit is contained in:
@@ -212,6 +212,7 @@ dayz_resetSelfActions = {
|
||||
s_player_removeflare = -1;
|
||||
s_player_painkiller = -1;
|
||||
s_player_studybody = -1;
|
||||
s_player_tamedog = -1;
|
||||
s_player_madsci_crtl = -1;
|
||||
s_player_parts_crtl = -1;
|
||||
s_build_Sandbag1_DZ = -1;
|
||||
|
||||
Reference in New Issue
Block a user