mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Server list cleanup
This removes the hacky server_dedicated pseudo-setting.
This commit is contained in:
parent
2cc518dcaf
commit
b8484ef24e
6 changed files with 56 additions and 50 deletions
|
@ -148,6 +148,7 @@ public:
|
|||
const SubgameSpec &gamespec,
|
||||
bool simple_singleplayer_mode,
|
||||
bool ipv6,
|
||||
bool dedicated,
|
||||
ChatInterface *iface = NULL
|
||||
);
|
||||
~Server();
|
||||
|
@ -510,6 +511,8 @@ private:
|
|||
// functionality
|
||||
bool m_simple_singleplayer_mode;
|
||||
u16 m_max_chatmessage_length;
|
||||
// For "dedicated" server list flag
|
||||
bool m_dedicated;
|
||||
|
||||
// Thread can set; step() will throw as ServerError
|
||||
MutexedVariable<std::string> m_async_fatal_error;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue