mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 00:33:59 +00:00
StartGamePacket: use PUBLIC visibility by default
This commit is contained in:
parent
a29424f5b3
commit
bf6af269c8
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user