1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-07-20 01:46:37 +00:00

Server: fixed wrong doc type on broadcastMessage()

This commit is contained in:
Dylan K. Taylor 2019-01-26 15:03:15 +00:00
parent d052b1a45f
commit 1e708db26c

@ -1341,7 +1341,7 @@ class Server{
/**
* @param TextContainer|string $message
* @param Player[] $recipients
* @param CommandSender[] $recipients
*
* @return int
*/