Remove Turbo and HoldBreath key blocks

This commit is contained in:
icomrade
2016-12-08 17:11:45 -05:00
parent f34d1820bb
commit 67e0dfee81
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
[CHANGED] Added NWAF tent camp to Chernarus points of interests and removed trains POI for now. [CHANGED] Added NWAF tent camp to Chernarus points of interests and removed trains POI for now.
[CHANGED] Turbo and HoldBreath keybindings are now allowed again @icomrade
[FIXED] Hive child 309 errors that resulted in broken saving of newly built storage object inventory. (updated ServerFiles with hotfix already released) @icomrade [FIXED] Hive child 309 errors that resulted in broken saving of newly built storage object inventory. (updated ServerFiles with hotfix already released) @icomrade
[FIXED] Error with object publishing when snap building is disabled. (updated ServerFiles with hotfix already released) @ebayShopper [FIXED] Error with object publishing when snap building is disabled. (updated ServerFiles with hotfix already released) @ebayShopper

View File

@@ -8,7 +8,7 @@ if (_this) then {
keyboard_keys = nil; keyboard_keys = nil;
[controlNull,1,false,false,false] call DZ_KeyDown_EH; [controlNull,1,false,false,false] call DZ_KeyDown_EH;
}; };
/*
//ActionKeys includes mouse button and joystick binds //ActionKeys includes mouse button and joystick binds
_holdBreath = if (count (actionKeys "HoldBreath") > 1) then { [true,localize "STR_UI_HOLD_BREATH"] } else { [false,""] }; _holdBreath = if (count (actionKeys "HoldBreath") > 1) then { [true,localize "STR_UI_HOLD_BREATH"] } else { [false,""] };
@@ -20,4 +20,5 @@ if ((_holdBreath select 0) or (_turboKey select 0)) then {
(uiNamespace getVariable "DZ_BlackScreen") displayCtrl 1 ctrlSetText format ["%1\n%2", (_holdBreath select 1), (_turboKey select 1)]; (uiNamespace getVariable "DZ_BlackScreen") displayCtrl 1 ctrlSetText format ["%1\n%2", (_holdBreath select 1), (_turboKey select 1)];
} else { } else {
4100002 cutText ["","PLAIN"]; 4100002 cutText ["","PLAIN"];
}; };
*/