mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
added dedicated server build without irrlicht
This commit is contained in:
@@ -1509,7 +1509,10 @@ int main(int argc, char *argv[])
|
||||
Create client
|
||||
*/
|
||||
|
||||
Client client(device, playername);
|
||||
Client client(device, playername,
|
||||
g_range_mutex,
|
||||
g_viewing_range_nodes,
|
||||
g_viewing_range_all);
|
||||
|
||||
Address connect_address(0,0,0,0, port);
|
||||
try{
|
||||
|
Reference in New Issue
Block a user