Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
griffi-gh committed May 3, 2024
1 parent 11ad2cd commit 7108afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubi-server/src/world.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use kubi_shared::{
use uflow::{server::RemoteClient, SendMode};
use lz4_flex::compress_prepend_size as lz4_compress;
use anyhow::Result;
use std::{cell::RefCell, os::windows::process, rc::Rc};
use std::{cell::RefCell, rc::Rc};
use kubi_shared::networking::client::ClientIdMap;
use crate::{
server::{UdpServer, ServerEvents},
Expand Down

0 comments on commit 7108afa

Please sign in to comment.