summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2010-12-20 14:59:21 +0200
committerPerttu Ahola <celeron55@gmail.com>2010-12-20 14:59:21 +0200
commit6350c5d7a606924a12ba41468d126ff94d9e6d36 (patch)
tree3df2ec976eeb23dcb2aa7b9a5ebadd26b00cb734 /src/main.cpp
parent5a36956f75959887f75fda90c39d56181cd1f196 (diff)
downloadminetest-6350c5d7a606924a12ba41468d126ff94d9e6d36.tar.gz
minetest-6350c5d7a606924a12ba41468d126ff94d9e6d36.tar.bz2
minetest-6350c5d7a606924a12ba41468d126ff94d9e6d36.zip
some tinkering with gui. removed updating of configuration file at end
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 7d146835f..3dc111201 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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)