From 929f9f27363cf9b45c231c710eae7d951936254b Mon Sep 17 00:00:00 2001 From: DustyBagel Date: Mon, 26 May 2025 12:54:59 -0500 Subject: [PATCH] Fix Failed WhiteSpace CHecks #1 --- src/script/lua_api/l_mainmenu.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/script/lua_api/l_mainmenu.cpp b/src/script/lua_api/l_mainmenu.cpp index 508bc9dc5..3b01f6614 100644 --- a/src/script/lua_api/l_mainmenu.cpp +++ b/src/script/lua_api/l_mainmenu.cpp @@ -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"); }