mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
server starting on port 0 on invalid settings
This commit is contained in:
@@ -927,7 +927,7 @@ Server::Server(
|
||||
m_con(PROTOCOL_ID, 512, CONNECTION_TIMEOUT, this),
|
||||
m_thread(this),
|
||||
m_emergethread(this),
|
||||
m_time_of_day(12000),
|
||||
m_time_of_day(8000),
|
||||
m_time_counter(0),
|
||||
m_time_of_day_send_timer(0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user