Merge branch 'main' into dev

This commit is contained in:
MihailRis
2025-08-12 21:20:02 +03:00
5 changed files with 81 additions and 12 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ static int l_open(lua::State* L) {
}
return lua::pushinteger(L, hud->openInventory(
layout,
level->inventories->get(invid),
lua::isnoneornil(L, 3) ? nullptr : level->inventories->get(invid),
playerInventory
)->getId());
}