Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
theaddonn authored Oct 28, 2024
1 parent 2457d82 commit e6b4bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use std::net::{Ipv4Addr, SocketAddr, SocketAddrV4};
use std::process::exit;
use std::str::FromStr;
use std::time::Duration;
use bedrockrs::core::int::{LE, VAR};
use bedrockrs::proto::gamepackets::GamePackets;
use bedrockrs::proto::packets::chunk_publisher_update::ChunkPublisherUpdatePacket;
use bedrockrs::proto::packets::chunk_radius_updated::ChunkRadiusUpdatedPacket;
Expand Down Expand Up @@ -48,6 +47,7 @@ async fn rastra_main(_config: RAstraConfig) {
let mut listener = listener::Listener::new_raknet(
_config.display_name,
_config.display_sub_name,
"1.21.0".to_string(),
100,
0,
SocketAddr::V4(SocketAddrV4::new(
Expand Down

0 comments on commit e6b4bd3

Please sign in to comment.