mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-25 15:55:27 +01:00
Initial directory structure rework
This commit is contained in:
@@ -726,7 +726,7 @@ void the_game(
|
||||
if(address == ""){
|
||||
draw_load_screen(L"Creating server...", driver, font);
|
||||
infostream<<"Creating server"<<std::endl;
|
||||
server = new Server(map_dir, configpath);
|
||||
server = new Server(map_dir, configpath, "mesetint");
|
||||
server->start(port);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user