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] 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] 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;
[controlNull,1,false,false,false] call DZ_KeyDown_EH;
};
/*
//ActionKeys includes mouse button and joystick binds
_holdBreath = if (count (actionKeys "HoldBreath") > 1) then { [true,localize "STR_UI_HOLD_BREATH"] } else { [false,""] };
@@ -21,3 +21,4 @@ if ((_holdBreath select 0) or (_turboKey select 0)) then {
} else {
4100002 cutText ["","PLAIN"];
};
*/