1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Fix WhiteSpace Check failure in l_mainmenu.h

This commit is contained in:
DustyBagel 2024-12-29 13:02:27 -06:00 committed by GitHub
parent 0738190a33
commit e27bd6a9ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,7 +36,7 @@ private:
* @return bool value of requested variable * @return bool value of requested variable
*/ */
static int getBoolData(lua_State *L, const std::string &name ,bool& valid); static int getBoolData(lua_State *L, const std::string &name ,bool& valid);
/** /**
* Checks if a path may be modified. Paths in the temp directory or the user * Checks if a path may be modified. Paths in the temp directory or the user
* games, mods, textures, or worlds directories may be modified. * games, mods, textures, or worlds directories may be modified.