From 34190a70b1efa0972ef58b88d356f985c46b89ae Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 21 Sep 2024 15:31:18 +0200 Subject: server: mdns and upnp --- server/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/lib.rs') diff --git a/server/src/lib.rs b/server/src/lib.rs index ea514d5b..c0ed8edb 100644 --- a/server/src/lib.rs +++ b/server/src/lib.rs @@ -27,10 +27,10 @@ pub mod commands; pub mod data; pub mod entity; pub mod interaction; -pub mod register; pub mod scoreboard; pub mod server; pub mod state; +pub mod network; use hurrycurry_protocol::{glam::Vec2, Message}; -- cgit v1.2.3-70-g09d2