summaryrefslogtreecommitdiff
path: root/src/servermain.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/servermain.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/servermain.cpp')
-rw-r--r--src/servermain.cpp8
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)
{