mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-05 18:41:05 +00:00
Allow requesting reconnect when mods kick player (#14971)
This commit is contained in:
parent
b12e67699a
commit
38b4505ad7
7 changed files with 28 additions and 37 deletions
|
@ -106,7 +106,7 @@ private:
|
|||
// unban_player_or_ip()
|
||||
static int l_unban_player_or_ip(lua_State *L);
|
||||
|
||||
// disconnect_player(name, [reason]) -> success
|
||||
// disconnect_player(name[, reason[, reconnect]]) -> success
|
||||
static int l_disconnect_player(lua_State *L);
|
||||
|
||||
// remove_player(name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue