mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-09 11:35:21 +01:00
Give the Mapgen on each EmergeThread its own Biome/Ore/Deco/SchemManager copy
This commit is contained in:
@@ -130,7 +130,7 @@ public:
|
||||
SchematicManager(Server *server);
|
||||
virtual ~SchematicManager() = default;
|
||||
|
||||
// not cloneable
|
||||
SchematicManager *clone() const;
|
||||
|
||||
virtual void clear();
|
||||
|
||||
@@ -145,6 +145,8 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
SchematicManager() {};
|
||||
|
||||
Server *m_server;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user