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

Minor touchups #2011

Merged
merged 2 commits into from
Mar 31, 2021
Merged

Minor touchups #2011

merged 2 commits into from
Mar 31, 2021

Conversation

Camotoy
Copy link
Member

@Camotoy Camotoy commented Mar 7, 2021

No description provided.

// Default move speed
// Bedrock clients move very fast by default until they get an attribute packet correcting the speed
attributes.add(new AttributeData("minecraft:movement", 0.0f, 1024f, 0.1f, 0.1f));
attributesPacket.setAttributes(attributes);
attributesPacket.setAttributes(Collections.singletonList(
Copy link
Member

Choose a reason for hiding this comment

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

one line like below?

Copy link
Member Author

Choose a reason for hiding this comment

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

Too long?

@Camotoy Camotoy changed the title Tiny stuff that should theoretically be better or has been bothering me Minor touchups Mar 31, 2021
@Camotoy Camotoy merged commit aa5c3c3 into GeyserMC:master Mar 31, 2021
@Camotoy Camotoy deleted the tinyoptimizations branch March 31, 2021 18:16
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.

4 participants