mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Merge branch 'stable' into next-minor
This commit is contained in:
@ -99,9 +99,9 @@ class StartGamePacket extends DataPacket{
|
||||
/** @var bool */
|
||||
public $hasLANBroadcast = true;
|
||||
/** @var int */
|
||||
public $xboxLiveBroadcastMode = MultiplayerGameVisibility::FRIENDS_OF_FRIENDS;
|
||||
public $xboxLiveBroadcastMode = MultiplayerGameVisibility::PUBLIC;
|
||||
/** @var int */
|
||||
public $platformBroadcastMode = MultiplayerGameVisibility::FRIENDS_OF_FRIENDS;
|
||||
public $platformBroadcastMode = MultiplayerGameVisibility::PUBLIC;
|
||||
/** @var bool */
|
||||
public $commandsEnabled;
|
||||
/** @var bool */
|
||||
|
Reference in New Issue
Block a user