1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00

actually load the code, and make it not crash

This commit is contained in:
Desour 2025-02-21 13:31:49 +01:00
parent e4a3b631cf
commit 2a75ffa38a
14 changed files with 82 additions and 37 deletions

View file

@ -71,4 +71,5 @@ private:
public:
static void Initialize(lua_State *L, int top);
static void InitializeSSCSM(lua_State *L, int top);
};