-
Notifications
You must be signed in to change notification settings - Fork 146
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
Kick the player if the server is outdated #508
base: main
Are you sure you want to change the base?
Conversation
feather/feather/server/src/initial_handler.rs Lines 48 to 50 in d574826
Maybe the documentation of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@@ -27,6 +27,7 @@ use uuid::Uuid; | |||
|
|||
use self::proxy::ProxyData; | |||
|
|||
const VERSION_STRING: &str = "1.16.5"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this not available as a constant on the protocol crate, if not it should be added there?
The project is dead |
Kick the player if the server is outdated
Status
Description
Short description what you did and/or fixed
Related issues
Leave empty if none
Checklist
cargo fmt
,cargo clippy --all-targets
,cargo build --release
andcargo test
and fixed any generated errors!Note: if you locally don't get any errors, but GitHub Actions fails (especially at
clippy
) you might want to check your rust toolchain version. You can then feel free to fix these warnings/errors in your PR.