mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02: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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user