diff options
Diffstat (limited to 'server/registry/src')
| -rw-r--r-- | server/registry/src/conn_test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/registry/src/conn_test.rs b/server/registry/src/conn_test.rs index e4f4fa63..bc371a10 100644 --- a/server/registry/src/conn_test.rs +++ b/server/registry/src/conn_test.rs @@ -16,7 +16,7 @@ */ use anyhow::{Context, Result, bail}; -use hurrycurry_client_lib::network::tokio::Network; +use hurrycurry_game_core::network::tokio::Network; use hurrycurry_protocol::PacketC; use log::info; use std::{ |