Log deprecated Lua function calls (#7491)
This commit is contained in:
@@ -50,9 +50,8 @@ class ObjectRef : public ModApiBase {
|
||||
static ServerActiveObject* getobject(ObjectRef *ref);
|
||||
private:
|
||||
ServerActiveObject *m_object = nullptr;
|
||||
|
||||
static const char className[];
|
||||
static const luaL_Reg methods[];
|
||||
static luaL_Reg methods[];
|
||||
|
||||
|
||||
static LuaEntitySAO* getluaobject(ObjectRef *ref);
|
||||
|
||||
Reference in New Issue
Block a user