1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00
This commit is contained in:
Loic Blot 2017-05-07 11:07:17 +02:00
parent 2d5bd7f414
commit 0d7c37943b
No known key found for this signature in database
GPG key ID: EFAA458E8C153987
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);