Cleaned up batching checks

This commit is contained in:
Dylan K. Taylor
2017-04-26 22:02:45 +01:00
parent 4d897b824b
commit bf9b8722c9
2 changed files with 6 additions and 6 deletions

View File

@ -44,10 +44,6 @@ class LoginPacket extends DataPacket{
public $clientData = [];
public function canBeBatched() : bool{
return false;
}
public function canBeSentBeforeLogin() : bool{
return true;
}