mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix hypertext in the mainmenu (#13731)
This commit is contained in:
parent
526c5f2348
commit
137e4ce866
3 changed files with 18 additions and 20 deletions
|
@ -1670,8 +1670,6 @@ void GUIFormSpecMenu::parseField(parserData* data, const std::string &element,
|
|||
|
||||
void GUIFormSpecMenu::parseHyperText(parserData *data, const std::string &element)
|
||||
{
|
||||
MY_CHECKCLIENT("hypertext");
|
||||
|
||||
std::vector<std::string> parts;
|
||||
if (!precheckElement("hypertext", element, 4, 4, parts))
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue