Page MenuHomeFeedback Tracker

Variable: "BIS_fnc_initDisplay" extra ";"
New, NormalPublic

Description

The uiNameSpace variable has an extra semi colon at line 2129:

if !(uiNamespace getVariable ["BIS_disableUIscripts", false]) then 
{
[_mode, _params, _class] call (uiNamespace getVariable (_class + "_script"));
nil
};
};;
};

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
Config
Steps To Reproduce
_script = uinamespace getvariable 'BIS_fnc_initDisplay';
copyToClipboard str _Script;
Additional Information

Not sure if it's major, was looking at some of the main menu stuff for a project and my coding program pointed it out.

Event Timeline

56curious created this task.Mar 5 2019, 4:59 PM