summaryrefslogtreecommitdiff
path: root/server/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-18 19:36:36 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-23 19:21:22 +0200
commit48934ff63ee14d4759eda36512af87361dd915dd (patch)
treef7a80115eacfee7b6871040a87f5fb0087098ea8 /server/src/main.rs
parent6ec47d729509db83eaeb6a9d855ce2483d70f227 (diff)
downloadhurrycurry-48934ff63ee14d4759eda36512af87361dd915dd.tar
hurrycurry-48934ff63ee14d4759eda36512af87361dd915dd.tar.bz2
hurrycurry-48934ff63ee14d4759eda36512af87361dd915dd.tar.zst
remodel game.
Diffstat (limited to 'server/src/main.rs')
-rw-r--r--server/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.rs b/server/src/main.rs
index 5414e9fd..6cb65141 100644
--- a/server/src/main.rs
+++ b/server/src/main.rs
@@ -13,7 +13,7 @@ use tokio_tungstenite::tungstenite::Message;
use undercooked::{
game::Game,
protocol::{PacketC, PacketS},
- recipes::build_gamedata,
+ data::build_gamedata,
};
#[tokio::main]