Adapt to AcediaCore's Text changes

This commit is contained in:
Anton Tarasenko 2022-06-19 00:23:42 +07:00
parent 0274c0c31f
commit 57f11ad644

View File

@ -94,8 +94,8 @@ protected function AssociativeArray ToData()
protected function FromData(AssociativeArray source)
{
local int i;
local Text nextText;
local int i;
local Text nextText;
local DynamicArray includeFeatureAsSource;
if (source == none) {
return;