mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
Add callback parameter for core.emerge_area()
This commit is contained in:
parent
5c3546e459
commit
c2b5da735e
9 changed files with 166 additions and 22 deletions
|
@ -378,6 +378,9 @@ public:
|
|||
// Bind address
|
||||
Address m_bind_addr;
|
||||
|
||||
// Environment mutex (envlock)
|
||||
Mutex m_env_mutex;
|
||||
|
||||
private:
|
||||
|
||||
friend class EmergeThread;
|
||||
|
@ -518,7 +521,6 @@ private:
|
|||
|
||||
// Environment
|
||||
ServerEnvironment *m_env;
|
||||
Mutex m_env_mutex;
|
||||
|
||||
// server connection
|
||||
con::Connection m_con;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue