mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Remove Turbo and HoldBreath key blocks
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"];
|
||||
};
|
||||
};
|
||||
*/
|
||||
Reference in New Issue
Block a user