mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
* squashed: [Client-sided scripting] Don't register functions that don't work. (#5091)
This commit is contained in:
@@ -110,6 +110,8 @@ private:
|
||||
public:
|
||||
static void Initialize(lua_State *L, int top);
|
||||
|
||||
static void InitializeClient(lua_State *L, int top);
|
||||
|
||||
static void InitializeAsync(AsyncEngine& engine);
|
||||
|
||||
};
|
||||
|
Reference in New Issue
Block a user