mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-30 23:29:54 +00:00
Player: remove clientSecret (useless)
This commit is contained in:
parent
e82073834f
commit
2860e9e8ee
@ -217,8 +217,6 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
|
|||||||
|
|
||||||
protected $messageCounter = 2;
|
protected $messageCounter = 2;
|
||||||
|
|
||||||
private $clientSecret;
|
|
||||||
|
|
||||||
/** @var Vector3 */
|
/** @var Vector3 */
|
||||||
public $speed = null;
|
public $speed = null;
|
||||||
|
|
||||||
@ -325,10 +323,6 @@ class Player extends Human implements CommandSender, ChunkLoader, IPlayer{
|
|||||||
return $this->randomClientId;
|
return $this->randomClientId;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getClientSecret(){
|
|
||||||
return $this->clientSecret;
|
|
||||||
}
|
|
||||||
|
|
||||||
public function isBanned() : bool{
|
public function isBanned() : bool{
|
||||||
return $this->server->getNameBans()->isBanned($this->iusername);
|
return $this->server->getNameBans()->isBanned($this->iusername);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user