mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Merge branch 'upstream/master'
This commit is contained in:
commit
96bee29e35
26 changed files with 375 additions and 84 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue