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

View File

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