mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Allow setting chunksize in core.set_mapgen_params
This commit is contained in:
parent
9f25aba6c2
commit
5130dbce7b
3 changed files with 16 additions and 1 deletions
|
@ -256,6 +256,12 @@ void EmergeManager::stopThreads()
|
|||
}
|
||||
|
||||
|
||||
bool EmergeManager::isRunning()
|
||||
{
|
||||
return m_threads_active;
|
||||
}
|
||||
|
||||
|
||||
bool EmergeManager::enqueueBlockEmerge(
|
||||
u16 peer_id,
|
||||
v3s16 blockpos,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue