Browse Source

Change to ReadFromFile command per rarified

tickets/35/35/2
Mystler 2 years ago committed by Patrick Dulebohn
parent
commit
9e83bf7c8d
  1. 2
      Sources/Plasma/FeatureLib/pfPython/cyAvatar.cpp

2
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();
}
}
}

Loading…
Cancel
Save