mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Update mapgen params in ServerMap after Mapgen init
This commit is contained in:
parent
15c316765d
commit
7a4c1e7327
3 changed files with 6 additions and 4 deletions
|
@ -496,6 +496,7 @@ public:
|
|||
u64 getSeed(){ return m_seed; }
|
||||
|
||||
MapgenParams *getMapgenParams(){ return m_mgparams; }
|
||||
void setMapgenParams(MapgenParams *mgparams){ m_mgparams = mgparams; }
|
||||
|
||||
// Parameters fed to the Mapgen
|
||||
MapgenParams *m_mgparams;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue