mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
server starting on port 0 on invalid settings
This commit is contained in:
parent
3de176cc58
commit
58ccc68c81
6 changed files with 35 additions and 10 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue