Skip to content

Commit

Permalink
Merge pull request #55 from theaddonn/main
Browse files Browse the repository at this point in the history
remove MINECRAFT_VERSION from listener.rs
  • Loading branch information
theaddonn authored Oct 4, 2024
2 parents 2edf86d + 0e33ffd commit b11e92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proto/src/listener.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use rand::RngCore;

use crate::connection::Connection;
use crate::error::{ListenerError, RaknetError, TransportLayerError};
use crate::info::{MINECRAFT_EDITION_MOTD, MINECRAFT_VERSION, PROTOCOL_VERSION};
use crate::info::{MINECRAFT_EDITION_MOTD, PROTOCOL_VERSION};
use crate::transport_layer::TransportLaterListener;

pub struct Listener {
Expand Down

0 comments on commit b11e92a

Please sign in to comment.