1
0
Fork 0
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:
sfan5 2025-08-08 11:40:12 +02:00
parent 0b9ae73369
commit 55cca34ee9
7 changed files with 37 additions and 59 deletions

View file

@ -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()),