mirror of
https://github.com/luanti-org/luanti.git
synced 2025-12-19 13:25:47 +01:00
Async environment for mods to do concurrent tasks (#11131)
This commit is contained in:
@@ -1481,6 +1481,8 @@ void ServerEnvironment::step(float dtime)
|
||||
*/
|
||||
m_script->environment_Step(dtime);
|
||||
|
||||
m_script->stepAsync();
|
||||
|
||||
/*
|
||||
Step active objects
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user