mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Remove lots of debug output from modmgr
Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly
This commit is contained in:
parent
7dbbbfc665
commit
494fa0c81a
3 changed files with 9 additions and 13 deletions
|
@ -1010,7 +1010,7 @@ void GUIFormSpecMenu::parseTextArea(parserData* data,std::vector<std::string>& p
|
|||
}
|
||||
|
||||
void GUIFormSpecMenu::parseField(parserData* data,std::string element,std::string type) {
|
||||
std::vector<std::string> parts = split(element,';');
|
||||
std::vector<std::string> parts = split(element,';',true);
|
||||
|
||||
if (parts.size() == 3) {
|
||||
parseSimpleField(data,parts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue