summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-07-30 19:49:42 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-07-30 19:49:42 +0300
commitcdadbdbd17d624dd45cca67f41309cbe776dc348 (patch)
tree332e7ee0975d25ce846d9d355dbb249255329220 /src/game.h
parent9b294ffa7a1f3cf7ee19111b7e5f4882f130dd21 (diff)
downloadminetest-cdadbdbd17d624dd45cca67f41309cbe776dc348.tar.gz
minetest-cdadbdbd17d624dd45cca67f41309cbe776dc348.tar.bz2
minetest-cdadbdbd17d624dd45cca67f41309cbe776dc348.zip
Server configuration is now written when "/#setting whatever = whatever" is issued.
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game.h b/src/game.h
index eb289b8f2..95623316a 100644
--- a/src/game.h
+++ b/src/game.h
@@ -70,7 +70,8 @@ void the_game(
std::string password,
std::string address,
u16 port,
- std::wstring &error_message
+ std::wstring &error_message,
+ std::string configpath
);
#endif