Player: remove some field defaults

This commit is contained in:
Dylan K. Taylor 2019-03-23 10:29:16 +00:00
parent 9ec62643d5
commit f3309d3aec

View File

@ -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 */