mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
remove server control panel
This commit is contained in:
@@ -216,5 +216,6 @@ class RscDisplayMultiplayerSetup: RscStandardDisplay
|
||||
colorText[] = {0,0,0,0};
|
||||
colorBackground[] = {0,0,0,0};
|
||||
};
|
||||
delete CA_B_DSinterface;
|
||||
};
|
||||
};
|
||||
@@ -772,3 +772,4 @@ class bloodTest
|
||||
};
|
||||
|
||||
#include "RscDisplay\includes.hpp"
|
||||
delete RscDisplayDSinterface;
|
||||
|
||||
@@ -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