diff --git a/CHANGE LOG 1.0.6.1.txt b/CHANGE LOG 1.0.6.1.txt index 17b8a6594..e4f856443 100644 --- a/CHANGE LOG 1.0.6.1.txt +++ b/CHANGE LOG 1.0.6.1.txt @@ -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 diff --git a/SQF/dayz_code/compile/ui_updateControls.sqf b/SQF/dayz_code/compile/ui_updateControls.sqf index 91cea6209..0605e85db 100644 --- a/SQF/dayz_code/compile/ui_updateControls.sqf +++ b/SQF/dayz_code/compile/ui_updateControls.sqf @@ -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,""] }; @@ -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)]; } else { 4100002 cutText ["","PLAIN"]; -}; \ No newline at end of file +}; +*/ \ No newline at end of file