mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
Player: remove some field defaults
This commit is contained in:
parent
9ec62643d5
commit
f3309d3aec
@ -189,11 +189,11 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
|
||||
public $spawned = false;
|
||||
|
||||
/** @var string */
|
||||
protected $username = "";
|
||||
protected $username;
|
||||
/** @var string */
|
||||
protected $iusername = "";
|
||||
protected $iusername;
|
||||
/** @var string */
|
||||
protected $displayName = "";
|
||||
protected $displayName;
|
||||
/** @var int */
|
||||
protected $randomClientId;
|
||||
/** @var string */
|
||||
|
Loading…
x
Reference in New Issue
Block a user