mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 00:55:20 +02:00
Log deprecated Lua function calls (#7491)
This commit is contained in:
@@ -31,7 +31,7 @@ class LuaPerlinNoise : public ModApiBase
|
||||
private:
|
||||
NoiseParams np;
|
||||
static const char className[];
|
||||
static const luaL_Reg methods[];
|
||||
static luaL_Reg methods[];
|
||||
|
||||
// Exported functions
|
||||
|
||||
@@ -63,7 +63,7 @@ class LuaPerlinNoiseMap : public ModApiBase
|
||||
Noise *noise;
|
||||
bool m_is3d;
|
||||
static const char className[];
|
||||
static const luaL_Reg methods[];
|
||||
static luaL_Reg methods[];
|
||||
|
||||
// Exported functions
|
||||
|
||||
|
Reference in New Issue
Block a user