From e4d3639d403f1d7cc4223bcca3816d8f19198cb6 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Sat, 3 Jun 2017 14:39:49 -0400 Subject: Update remove_player documentation This function only removes player meta data, not player authentication data. --- doc/lua_api.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/lua_api.txt') diff --git a/doc/lua_api.txt b/doc/lua_api.txt index 9bf0b551b..ddfd0c202 100644 --- a/doc/lua_api.txt +++ b/doc/lua_api.txt @@ -2789,6 +2789,7 @@ These functions return the leftover itemstack. * `minetest.get_server_status()`: returns server status string * `minetest.get_server_uptime()`: returns the server uptime in seconds * `minetest.remove_player(name)`: remove player from database (if he is not connected). + * Does not remove player authentication data, minetest.player_exists will continue to return true. * Returns a code (0: successful, 1: no such player, 2: player is connected) ### Bans -- cgit v1.2.3