mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
LINT fix since d067894816
This commit is contained in:
parent
2d5bd7f414
commit
0d7c37943b
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@ private:
|
|||
static int l_set(lua_State *L);
|
||||
|
||||
// set_bool(self, key, value)
|
||||
static int l_set_bool(lua_State* L);
|
||||
static int l_set_bool(lua_State *L);
|
||||
|
||||
// remove(self, key) -> success
|
||||
static int l_remove(lua_State *L);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue