mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-05-30 21:14:37 +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