Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assemble 1.21.30 #6453

Merged
merged 7 commits into from
Sep 20, 2024
Merged

Assemble 1.21.30 #6453

merged 7 commits into from
Sep 20, 2024

Conversation

dries-c
Copy link
Member

@dries-c dries-c commented Sep 18, 2024

Introduction

This PR updates PM5 to 1.21.30

Changes

Backwards compatibility

See pmmp/BedrockProtocol#270

github-actions[bot]
github-actions bot previously approved these changes Sep 18, 2024
src/player/Player.php Outdated Show resolved Hide resolved
src/entity/Human.php Outdated Show resolved Hide resolved
github-actions[bot]
github-actions bot previously approved these changes Sep 19, 2024
@Frosxc
Copy link

Frosxc commented Sep 19, 2024

@IvanCraft623

$this->tryDisconnect(function() use ($ip, $port, $reason) : void{
$this->sendDataPacket(TransferPacket::create($ip, $port), true);
$this->tryDisconnect(function() use ($ip, $port, $reason, $reloadWorld) : void{
$this->sendDataPacket(TransferPacket::create($ip, $port, $reloadWorld), true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this property for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I know it just bricks hard transfers whenever it's true. No clue what it's supposed to do

Seems to be irrelevant for the client, we cannot risk rebroadcasting random values received
github-actions[bot]
github-actions bot previously approved these changes Sep 19, 2024
@WilliamThibo2
Copy link

hello, how to have pocketmine mp to the newest version?

Client is not being transferred in case of `true`, maybe it's expects something else after `TransferPacket`...
github-actions[bot]
github-actions bot previously approved these changes Sep 20, 2024
@IvanCraft623 IvanCraft623 merged commit 60cac18 into pmmp:stable Sep 20, 2024
15 checks passed
@dries-c dries-c deleted the bedrock-1.21.30 branch September 21, 2024 09:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants