mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 18:29:46 +00:00
NetworkSession: drop @var doc comment referring to nonexisting variable
This commit is contained in:
parent
c3c647d51e
commit
09b22c1e79
@ -231,10 +231,7 @@ class NetworkSession{
|
||||
//TODO: this really has no business being in NetworkSession at all - what about allowing it to be provided by PlayerCreationEvent?
|
||||
$namedtag = $this->server->getOfflinePlayerData($this->info->getUsername());
|
||||
|
||||
/**
|
||||
* @var Player $player
|
||||
* @see Player::__construct()
|
||||
*/
|
||||
/** @see Player::__construct() */
|
||||
$this->player = new $class($this->server, $this, $this->info, $this->authenticated, $namedtag);
|
||||
|
||||
$this->invManager = new InventoryManager($this->player, $this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user