1
0
Fork 0
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:
1F616EMO~nya 2024-09-13 05:42:46 +08:00 committed by GitHub
parent b12e67699a
commit 38b4505ad7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 28 additions and 37 deletions

View file

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