mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-16 19:59:11 +00:00
Remove remnants of needACK functionality
this has been broken for a long time and hasn't been used for even longer.
This commit is contained in:
@@ -1893,7 +1893,7 @@ class Server{
|
||||
*/
|
||||
public function broadcastPacketsCallback(string $payload, array $players, bool $immediate = false){
|
||||
foreach($players as $i){
|
||||
$i->getNetworkSession()->getInterface()->putPacket($i, $payload, false, $immediate);
|
||||
$i->getNetworkSession()->getInterface()->putPacket($i, $payload, $immediate);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user