mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-12 02:51:22 +00:00
fix api
This commit is contained in:
parent
8c212dc3cf
commit
8a4d7a7b9a
1 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@
|
|||
- [player.entity](#playerentity)
|
||||
- [Methods](#methods-1)
|
||||
- [player.login()](#playerlogin)
|
||||
- [player.others(client)](#playerothersclient)
|
||||
- [player.others()](#playerothers)
|
||||
- [Low level properties](#low-level-properties)
|
||||
- [player._client](#player_client)
|
||||
- [Low level methods](#low-level-methods)
|
||||
|
|
@ -183,7 +183,7 @@ The entity of the player, of type `CraftyJS.Entity`
|
|||
|
||||
login
|
||||
|
||||
#### player.others(client)
|
||||
#### player.others()
|
||||
|
||||
return the other players than `player`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue