mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix Failed WhiteSpace CHecks #1
This commit is contained in:
parent
665a02751b
commit
929f9f2736
1 changed files with 1 additions and 2 deletions
|
@ -1131,7 +1131,6 @@ void ModApiMainMenu::Initialize(lua_State *L, int top)
|
|||
API_FCT(do_async_callback);
|
||||
API_FCT(ask_lan_servers);
|
||||
API_FCT(get_lan_servers);
|
||||
|
||||
lua_pushboolean(L, g_first_run);
|
||||
lua_setfield(L, top, "is_first_run");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue