mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
Player: remove some field defaults
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user