mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
[CSM] Add function and chat command to disconnect from server. (#5487)
This commit is contained in:
parent
813a9a36b2
commit
63ac62ec8a
6 changed files with 37 additions and 5 deletions
|
@ -41,6 +41,9 @@ private:
|
|||
// send_respawn()
|
||||
static int l_send_respawn(lua_State *L);
|
||||
|
||||
// disconnect()
|
||||
static int l_disconnect(lua_State *L);
|
||||
|
||||
// gettext(text)
|
||||
static int l_gettext(lua_State *L);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue