mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -04:00
Revert "Change to ReadFromFile command per rarified"
This reverts commit f90ab01d44
.
This commit is contained in:
@ -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->ReadFromFile();
|
||||
return cl->ReadClothing();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user