mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
Fixed #790
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
private ["_ok"];
|
||||
|
||||
if(DZE_ActionInProgress) exitWith { cutText [(localize "STR_EPOCH_PLAYER_21") , "PLAIN DOWN"]; };
|
||||
DZE_ActionInProgress = true;
|
||||
|
||||
dayz_selectedVault = _this select 3;
|
||||
dayz_combination = "";
|
||||
|
||||
{player removeAction _x} forEach s_player_combi;s_player_combi = [];
|
||||
s_player_unlockvault = 1;
|
||||
|
||||
if(!isNull dayz_selectedVault) then {
|
||||
|
||||
@@ -14,4 +15,4 @@ if(!isNull dayz_selectedVault) then {
|
||||
};
|
||||
};
|
||||
|
||||
s_player_unlockvault = -1;
|
||||
DZE_ActionInProgress = false;
|
||||
Reference in New Issue
Block a user