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:
parent
0738190a33
commit
e27bd6a9ae
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue