[CSM] Add function and chat command to disconnect from server. (#5487)
This commit is contained in:
@@ -41,6 +41,9 @@ class ModApiClient : public ModApiBase
|
||||
// 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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user