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