mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
some tinkering with gui. removed updating of configuration file at end
This commit is contained in:
parent
5a36956f75
commit
6350c5d7a6
8 changed files with 10 additions and 72 deletions
|
@ -2486,10 +2486,10 @@ int main(int argc, char *argv[])
|
|||
/*
|
||||
Update configuration file
|
||||
*/
|
||||
if(configpath != "")
|
||||
/*if(configpath != "")
|
||||
{
|
||||
g_settings.updateConfigFile(configpath.c_str());
|
||||
}
|
||||
}*/
|
||||
|
||||
} //try
|
||||
catch(con::PeerNotFoundException &e)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue