Page MenuHomeFeedback Tracker

Typo in Display Main Function
Feedback, NormalPublic

Description

a3 -> ui_f -> scripts -> gui -> rscdisplaymain.sqf
Line 371
_condition has a Typo in the Execution of the if Statement.

[...]
_condition = gettext (_x >> "condition");
if (_condition == "") then {_condifiton = "true";};
[_condition,_cfgSpotlights,_x] call {
[...]

Details

Severity
Minor
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
General
Steps To Reproduce

N/A

Event Timeline

Kazblack created this task.Mar 30 2022, 3:14 PM
Kazblack renamed this task from Typo in Displac Main Function to Typo in Display Main Function.
Kazblack updated the task description. (Show Details)

Thanks, should be fixed in next data update

BIS_fnc_KK removed BIS_fnc_KK as the assignee of this task.Mar 31 2022, 8:51 AM
BIS_fnc_KK changed the task status from New to Feedback.
BIS_fnc_KK added a subscriber: BIS_fnc_KK.
This comment was removed by BIS_fnc_KK.