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:
parent
ea0ae5b62b
commit
71402ffcd2
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue