Skip to content

i fixed mass loading #18

@Luigi19

Description

@Luigi19

the error was at line 360 it was
string massFile = Path.Combine(AvatarStatsMod.MASS_FOLDER , ".json");
i changed it to
string massFile = Path.Combine(AvatarStatsMod.MASS_FOLDER, name + ".json");
and it worked
here is the fixed version compiled
AvatarStatsLoader.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions