1
0
Fork 0
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:
DustyBagel 2025-05-26 12:54:59 -05:00
parent 665a02751b
commit 929f9f2736

View file

@ -1130,8 +1130,7 @@ void ModApiMainMenu::Initialize(lua_State *L, int top)
API_FCT(share_file);
API_FCT(do_async_callback);
API_FCT(ask_lan_servers);
API_FCT(get_lan_servers);
API_FCT(get_lan_servers);
lua_pushboolean(L, g_first_run);
lua_setfield(L, top, "is_first_run");
}