remove server control panel

This commit is contained in:
icomrade
2017-08-01 20:54:39 -04:00
parent 9cc3c82d5d
commit f7608965df
4 changed files with 5 additions and 1 deletions

View File

@@ -216,5 +216,6 @@ class RscDisplayMultiplayerSetup: RscStandardDisplay
colorText[] = {0,0,0,0};
colorBackground[] = {0,0,0,0};
};
delete CA_B_DSinterface;
};
};

View File

@@ -772,3 +772,4 @@ class bloodTest
};
#include "RscDisplay\includes.hpp"
delete RscDisplayDSinterface;

View File

@@ -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";
};

View File

@@ -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,