Page MenuHomeFeedback Tracker

Bugs with enableChannel command
Assigned, NormalPublic

Description

First issue:
You can place markers in disabled channels by selecting it in drop down marker menu.

Second issue:
Channels disabled on clients side will turn back on after briefing stage.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

Create MP mission
Create init.sqf with code:

if (!isDedicated) then {
    0 enableChannel false;
};

Launch mission on dedicated server with 2+ clients.

Non admin clients will not have Global chat channel at briefing, but will have after mission start.
Markers placement always available due to first bug.

Event Timeline

BIS_fnc_KK changed the task status from New to Assigned.

Should be fixed in 2.01.146856

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Nov 24 2020, 4:50 PM
BIS_fnc_KK added a subscriber: BIS_fnc_KK.