mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 04:23:13 +03:00
remove server control panel
This commit is contained in:
@@ -318,6 +318,8 @@ if (isNil "keyboard_keys") then {
|
||||
[[DIK_LWIN,DIK_RWIN], {dayz_groupNameTags = !dayz_groupNameTags;_handled = true;}] call _addArray;
|
||||
[actionKeys "TacticalView", _block] call _addArray;
|
||||
};
|
||||
[actionKeys "DSInterface", {_handled = true;}] call _addArray;
|
||||
[[DIK_P], {if (_shiftState) then {_handled = true;};}] call _addArray;
|
||||
diag_log "keyboard_keys reset";
|
||||
};
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ _d = uiNameSpace getVariable 'RscDisplayMultiplayerSetup';
|
||||
//DEF_CA_B_EnableAll,
|
||||
//DEF_CA_B_Lock,
|
||||
DEF_CA_B_Params,
|
||||
DEF_CA_B_DSinterface,
|
||||
//DEF_CA_B_DSinterface,
|
||||
//DEF_CA_B_Kick,
|
||||
DEF_CA_ButtonContinue,
|
||||
DEF_CA_ButtonCancel,
|
||||
|
||||
Reference in New Issue
Block a user