1
0
Fork 0
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:
Perttu Ahola 2010-12-20 14:59:21 +02:00
parent 5a36956f75
commit 6350c5d7a6
8 changed files with 10 additions and 72 deletions

View file

@ -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)