I fixed something

This commit is contained in:
LazyByteDev
2026-03-02 06:44:31 -05:00
parent e817cdafb3
commit c719ff9cbb
14 changed files with 23 additions and 9 deletions

View File

@@ -60,7 +60,7 @@ wstring Achievement::getDescription()
{
if (descFormatter != NULL)
{
return descFormatter->format(desc);
return desc;
}
return desc;
}