Server::$rcon may be null (disabled or failed to start)

This commit is contained in:
Dylan K. Taylor 2020-02-03 19:25:56 +00:00
parent dba14c9f08
commit 28c787371a

View File

@ -275,8 +275,8 @@ class Server{
/** @var bool */
private $autoSave;
/** @var RCON */
private $rcon;
/** @var RCON|null */
private $rcon = null;
/** @var EntityMetadataStore */
private $entityMetadata;