1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-15 17:35:37 +02:00
This commit is contained in:
Loic Blot
2017-05-07 11:07:17 +02:00
parent 2d5bd7f414
commit 0d7c37943b
2 changed files with 1 additions and 2 deletions

View File

@@ -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);