mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Cleaned up batching checks
This commit is contained in:
@ -44,10 +44,6 @@ class LoginPacket extends DataPacket{
|
||||
|
||||
public $clientData = [];
|
||||
|
||||
public function canBeBatched() : bool{
|
||||
return false;
|
||||
}
|
||||
|
||||
public function canBeSentBeforeLogin() : bool{
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user