mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 17:15:21 +02:00
Don't permit to copy Scripting classes (Client,Server,Mainmenu)
This commit is contained in:
@@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "cpp_api/s_base.h"
|
||||
#include "cpp_api/s_mainmenu.h"
|
||||
#include "cpp_api/s_async.h"
|
||||
#include "util/basic_macros.h"
|
||||
|
||||
/*****************************************************************************/
|
||||
/* Scripting <-> Main Menu Interface */
|
||||
@@ -45,6 +46,7 @@ private:
|
||||
void initializeModApi(lua_State *L, int top);
|
||||
|
||||
AsyncEngine asyncEngine;
|
||||
DISABLE_CLASS_COPY(MainMenuScripting);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user