mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Fixed some doc issues
This commit is contained in:
@ -672,7 +672,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
* WARNING: Do not use this, it's only for internal use.
|
||||
* Changes to this function won't be recorded on the version.
|
||||
*
|
||||
* @param Player ...$targets If empty, will send to all players in the level.
|
||||
* @param Player[] ...$targets If empty, will send to all players in the level.
|
||||
*/
|
||||
public function sendTime(Player ...$targets){
|
||||
$pk = new SetTimePacket();
|
||||
|
Reference in New Issue
Block a user