+ Fix for duplicate unlock/crack vault bug.
This commit is contained in:
vbawol
2013-02-08 19:15:47 -06:00
parent 5c0f7d84f6
commit 3166e2e5f5
3 changed files with 5 additions and 1 deletions

View File

@@ -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;