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