mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 00:39:45 +00:00
Merge branch 'next-minor'
# Conflicts: # resources/vanilla # src/pocketmine/network/mcpe/protocol/StartGamePacket.php
This commit is contained in:
commit
3d0e47a86f
@ -89,9 +89,9 @@ class StartGamePacket extends DataPacket implements ClientboundPacket{
|
||||
/** @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