mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
Cache getTextureDirs()
This commit is contained in:
parent
0b9ae73369
commit
55cca34ee9
7 changed files with 37 additions and 59 deletions
|
@ -268,7 +268,6 @@ Server::Server(
|
|||
m_gamespec(gamespec),
|
||||
m_simple_singleplayer_mode(simple_singleplayer_mode),
|
||||
m_dedicated(dedicated),
|
||||
m_async_fatal_error(""),
|
||||
m_con(con::createMTP(CONNECTION_TIMEOUT, m_bind_addr.isIPv6(), this)),
|
||||
m_itemdef(createItemDefManager()),
|
||||
m_nodedef(createNodeDefManager()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue