mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +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 */
|
||||
private $autoSave;
|
||||
|
||||
/** @var RCON */
|
||||
private $rcon;
|
||||
/** @var RCON|null */
|
||||
private $rcon = null;
|
||||
|
||||
/** @var EntityMetadataStore */
|
||||
private $entityMetadata;
|
||||
|
Loading…
x
Reference in New Issue
Block a user