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

Remove whitespaces

This commit is contained in:
Xeno333 2025-06-10 21:02:17 -05:00
parent ea0ae5b62b
commit 71402ffcd2

View file

@ -685,7 +685,7 @@ int ModApiMainMenu::l_get_lua_mapgen_descriptions_and_title(lua_State *L)
if (mod.title != "")
lua_pushstring(L, mod.desc.c_str());
else
lua_pushnil(L);
lua_pushnil(L);
lua_settable(L, top_lvl2);
lua_pushstring(L, "title");