Page MenuHomeFeedback Tracker

BIS_fnc_locations no longer works
New, NormalPublic

Description

This function is included in the base functions, but still references class names that are from Aram 2 ("LocationLogic"):

_typeLogic = gettext (configFile >> "cfgLocationTypes" >> _type >> "logicClass");
if (_typeLogic == "") then {_typeLogic = "LocationLogic"};

Since no location has logicClass defined, it always assume LocationLogic, which if I see it right should be LocationBase_F

Details

Severity
None
Resolution
Open
Reproducibility
N/A
Operating System
Windows 10 x64
Category
Scripting

Event Timeline

Varanon created this task.Jun 26 2016, 2:45 PM