1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Add two missing classes to async environment

This commit is contained in:
sfan5 2023-06-17 19:52:40 +02:00
parent 16da954bd7
commit f9c881eb5a
3 changed files with 6 additions and 0 deletions

View file

@ -174,6 +174,8 @@ void ServerScripting::InitializeModApi(lua_State *L, int top)
void ServerScripting::InitializeAsync(lua_State *L, int top)
{
// classes
ItemStackMetaRef::Register(L);
LuaAreaStore::Register(L);
LuaItemStack::Register(L);
LuaPerlinNoise::Register(L);
LuaPerlinNoiseMap::Register(L);