Skip to content

Commit e4d3639

Browse files
committedJun 3, 2017
Update remove_player documentation
This function only removes player meta data, not player authentication data.
1 parent fe046fa commit e4d3639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎doc/lua_api.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2789,6 +2789,7 @@ These functions return the leftover itemstack.
27892789
* `minetest.get_server_status()`: returns server status string
27902790
* `minetest.get_server_uptime()`: returns the server uptime in seconds
27912791
* `minetest.remove_player(name)`: remove player from database (if he is not connected).
2792+
* Does not remove player authentication data, minetest.player_exists will continue to return true.
27922793
* Returns a code (0: successful, 1: no such player, 2: player is connected)
27932794

27942795
### Bans

0 commit comments

Comments
 (0)
Please sign in to comment.