Server configuration is now written when "/#setting whatever = whatever" is issued.
This commit is contained in:
@@ -323,7 +323,7 @@ int main(int argc, char *argv[])
|
||||
map_dir = g_settings.get("map-dir");
|
||||
|
||||
// Create server
|
||||
Server server(map_dir.c_str());
|
||||
Server server(map_dir.c_str(), configpath);
|
||||
server.start(port);
|
||||
|
||||
// Run server
|
||||
|
||||
Reference in New Issue
Block a user