change wording of IsPlayerGuest

Co-authored-by: Tixx <83774803+WiserTixx@users.noreply.github.com>
This commit is contained in:
Samuel Towers 2025-01-16 09:55:09 +11:00 committed by GitHub
parent 5ea196eaf1
commit 19dd21cfe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -545,7 +545,7 @@ Returns a table of all connected players. This table maps IDs to Names, like so:
Whether the player is a guest. A guest is someone who didn't log in, and instead chose to play as a guest. Their name is usually `guest` followed by a long number.
As guests are anonymous, you may want to disallow them to join, however it is recommended you use the [`onPlayerAuth`](#onplayerauth) `is_guest` argument.
Because guests are anonymous, you may want to disallow them to join, if so it is recommended to use the [`onPlayerAuth`](#onplayerauth) `is_guest` argument instead.
#### `MP.DropPlayer(player_id: number, [reason: string])`