mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Lazy sunday typo fixing. s/unban_player_of_ip/unban_player_or_ip/g
This commit is contained in:
parent
0413f8ad9d
commit
4405310184
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue