mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 12:12:34 +03:00
more fixes
This commit is contained in:
@@ -6,11 +6,11 @@ dayz_combination = "";
|
||||
|
||||
if(!isNull dayz_selectedVault) then {
|
||||
|
||||
|
||||
|
||||
_ok = createdialog "KeypadUI";
|
||||
|
||||
// _ok = createdialog "SafeKeyPad";
|
||||
if ((typeOf dayz_selectedVault) == "VaultStorageLocked" or (typeOf dayz_selectedVault) == "VaultStorage") then {
|
||||
_ok = createdialog "SafeKeyPad";
|
||||
} else {
|
||||
_ok = createdialog "KeypadUI";
|
||||
};
|
||||
};
|
||||
|
||||
s_player_unlockvault = -1;
|
||||
Reference in New Issue
Block a user