diff --git a/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp b/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp index c903fe4d..7bd26690 100644 --- a/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp +++ b/Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp @@ -1647,7 +1647,7 @@ bool cyAvatar::LoadClothingFromFile(plFileName filename) if (!filename.StripFileName().IsValid()) filename = plFileName::Join(plFileSystem::GetUserDataPath(), "Avatars", filename); cl->SetClothingFile(filename); - return cl->ReadClothing(); + return cl->ReadFromFile(); } } }