mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Server::$rcon may be null (disabled or failed to start)
This commit is contained in:
parent
dba14c9f08
commit
28c787371a
@ -275,8 +275,8 @@ class Server{
|
|||||||
/** @var bool */
|
/** @var bool */
|
||||||
private $autoSave;
|
private $autoSave;
|
||||||
|
|
||||||
/** @var RCON */
|
/** @var RCON|null */
|
||||||
private $rcon;
|
private $rcon = null;
|
||||||
|
|
||||||
/** @var EntityMetadataStore */
|
/** @var EntityMetadataStore */
|
||||||
private $entityMetadata;
|
private $entityMetadata;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user