Player: remove clientSecret (useless)

This commit is contained in:
Dylan K. Taylor 2018-03-17 16:44:34 +00:00
parent e82073834f
commit 2860e9e8ee

View File

@ -217,8 +217,6 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
protected $messageCounter = 2;
private $clientSecret;
/** @var Vector3 */
public $speed = null;
@ -325,10 +323,6 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
return $this->randomClientId;
}
public function getClientSecret(){
return $this->clientSecret;
}
public function isBanned() : bool{
return $this->server->getNameBans()->isBanned($this->iusername);
}