Merge branch 'release/3.5'

This commit is contained in:
Dylan K. Taylor
2019-01-01 14:08:20 +00:00
5 changed files with 5 additions and 20 deletions

View File

@@ -2529,9 +2529,7 @@ class Server{
$this->logger->debug("Unhandled raw packet from $address $port: " . bin2hex($payload));
}
}catch(\Throwable $e){
if(\pocketmine\DEBUG > 1){
$this->logger->logException($e);
}
$this->logger->logException($e);
$this->getNetwork()->blockAddress($address, 600);
}