mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-07-07 07:00:57 +00:00
I fixed something
This commit is contained in:
@@ -60,7 +60,7 @@ wstring Achievement::getDescription()
|
||||
{
|
||||
if (descFormatter != NULL)
|
||||
{
|
||||
return descFormatter->format(desc);
|
||||
return desc;
|
||||
}
|
||||
return desc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user