mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +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;
|
||||
|
||||
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user