aboutsummaryrefslogtreecommitdiff
path: root/server/editor/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/editor/src/main.rs')
-rw-r--r--server/editor/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/editor/src/main.rs b/server/editor/src/main.rs
index be0fcbc5..86cb4b40 100644
--- a/server/editor/src/main.rs
+++ b/server/editor/src/main.rs
@@ -3,7 +3,7 @@ pub mod save;
use anyhow::{Result, anyhow};
use clap::Parser;
use futures_util::{SinkExt, StreamExt};
-use hurrycurry_client_lib::network::sync::Network;
+use hurrycurry_game_core::network::sync::Network;
use hurrycurry_protocol::{
Character, Gamedata, Hand, Message, PacketC, PacketS, PlayerClass, PlayerID, TileIndex,
VERSION,