diff options
author | Perttu Ahola <celeron55@gmail.com> | 2010-12-20 14:59:21 +0200 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2010-12-20 14:59:21 +0200 |
commit | 6350c5d7a606924a12ba41468d126ff94d9e6d36 (patch) | |
tree | 3df2ec976eeb23dcb2aa7b9a5ebadd26b00cb734 /src/servermain.cpp | |
parent | 5a36956f75959887f75fda90c39d56181cd1f196 (diff) | |
download | minetest-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/servermain.cpp')
-rw-r--r-- | src/servermain.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/servermain.cpp b/src/servermain.cpp index 5edc8ac7c..70f11cba3 100644 --- a/src/servermain.cpp +++ b/src/servermain.cpp @@ -354,14 +354,6 @@ int main(int argc, char *argv[]) } } - /* - Update configuration file - */ - if(configpath != "") - { - g_settings.updateConfigFile(configpath.c_str()); - } - } //try catch(con::PeerNotFoundException &e) { |