mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-18 22:11:07 +00:00
API fixes
This commit is contained in:
parent
1c4611cb86
commit
8f7185773d
1 changed files with 2 additions and 2 deletions
|
|
@ -177,11 +177,11 @@ modpe: defaults to false, wether or not modpe should be enabled.
|
|||
|
||||
#### serv.entityMaxId
|
||||
|
||||
The current maximum allowed entities on the server
|
||||
The current maximum ID (i.e. the last entity that was spawned has that id)
|
||||
|
||||
#### serv.players
|
||||
|
||||
Returns an array of players currently logged in
|
||||
An array of players currently logged in
|
||||
|
||||
#### serv.uuidToPlayer
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue