mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-19 01:52:00 +03:00
0.933
+ Fix for duplicate unlock/crack vault bug.
This commit is contained in:
@@ -11,6 +11,8 @@ player playActionNow "Medic";
|
||||
player removeAction s_player_unlockvault;
|
||||
s_player_unlockvault = 1;
|
||||
|
||||
UnlockInprogress = true;
|
||||
|
||||
_item = "ItemToolbox";
|
||||
_hasToolbox = _item in items player;
|
||||
|
||||
@@ -140,3 +142,4 @@ if(_allowunlock) then {
|
||||
};
|
||||
|
||||
s_player_unlockvault = -1;
|
||||
UnlockInprogress = false;
|
||||
|
||||
Reference in New Issue
Block a user