diff options
author | Kahrl <kahrl@gmx.net> | 2013-06-16 14:07:12 +0200 |
---|---|---|
committer | Kahrl <kahrl@gmx.net> | 2013-06-16 14:07:12 +0200 |
commit | 44053101840594e133886986d28e557bdfb57e8b (patch) | |
tree | 61b6036d77ed6196329017d69b2cadf906c4fd56 /src/script/lua_api/luaapi.h | |
parent | 0413f8ad9d0c1457819f42909ee169287effe772 (diff) | |
download | minetest-44053101840594e133886986d28e557bdfb57e8b.tar.gz minetest-44053101840594e133886986d28e557bdfb57e8b.tar.bz2 minetest-44053101840594e133886986d28e557bdfb57e8b.zip |
Lazy sunday typo fixing. s/unban_player_of_ip/unban_player_or_ip/g
Diffstat (limited to 'src/script/lua_api/luaapi.h')
-rw-r--r-- | src/script/lua_api/luaapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/lua_api/luaapi.h b/src/script/lua_api/luaapi.h index 592046965..9623502c2 100644 --- a/src/script/lua_api/luaapi.h +++ b/src/script/lua_api/luaapi.h @@ -85,7 +85,7 @@ private: static int l_ban_player(lua_State *L); // unban_player_or_ip() - static int l_unban_player_of_ip(lua_State *L); + static int l_unban_player_or_ip(lua_State *L); // show_formspec(playername,formname,formspec) static int l_show_formspec(lua_State *L); |