-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels