diff --git a/Minecraft.Client/Platform/Common/UI/IUIScene_BeaconMenu.cpp b/Minecraft.Client/Platform/Common/UI/IUIScene_BeaconMenu.cpp index 833b43076..d61dd508e 100644 --- a/Minecraft.Client/Platform/Common/UI/IUIScene_BeaconMenu.cpp +++ b/Minecraft.Client/Platform/Common/UI/IUIScene_BeaconMenu.cpp @@ -359,10 +359,10 @@ std::vector* IUIScene_BeaconMenu::GetSectionHoverText( desc = new std::vector(); - HtmlString std::string( + HtmlString string( app.GetString(MobEffect::effects[effectId]->getDescriptionId()), eHTMLColor_White); - desc->push_back(std::string); + desc->push_back(string); } break; } return desc;