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

Fixes #426 #428

Merged
merged 5 commits into from
Feb 23, 2024
Merged

Fixes #426 #428

merged 5 commits into from
Feb 23, 2024

Conversation

TheVeryStarlk
Copy link
Contributor

No description provided.

Copy link
Member

@Jonpro03 Jonpro03 left a comment

Choose a reason for hiding this comment

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

🙏

Obsidian/Client.cs Outdated Show resolved Hide resolved
Craftplacer
Craftplacer previously approved these changes Feb 23, 2024
public byte ViewDistance
{
get => viewDistance;
set => viewDistance = value >= 3 ? value : (byte) 3;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Consider a const variable for 3

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good idea.

Naamloos
Naamloos previously approved these changes Feb 23, 2024
@Naamloos
Copy link
Member

Just gonna go ahead and merge this since all issues have been resolved and this looks fine now

@Naamloos Naamloos merged commit 5aa2869 into ObsidianMC:master Feb 23, 2024
1 of 2 checks passed
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