aboutsummaryrefslogtreecommitdiff
path: root/server/examples
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-08 15:10:29 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-08 15:10:29 +0200
commitddcf22c1d6054c8571fb9ba4def90f42d6d30240 (patch)
treedf808911a9e4540a5fa186fa956efbac664208b0 /server/examples
parentb5bd610022dbd4348467af6c1be2135c1dc48f99 (diff)
downloadhurrycurry-ddcf22c1d6054c8571fb9ba4def90f42d6d30240.tar
hurrycurry-ddcf22c1d6054c8571fb9ba4def90f42d6d30240.tar.bz2
hurrycurry-ddcf22c1d6054c8571fb9ba4def90f42d6d30240.tar.zst
Rebrand to Hurry Curry!
Diffstat (limited to 'server/examples')
-rw-r--r--server/examples/client.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/examples/client.rs b/server/examples/client.rs
index a3c31359..487c9738 100644
--- a/server/examples/client.rs
+++ b/server/examples/client.rs
@@ -22,7 +22,7 @@ use std::{
};
use glam::Vec2;
-use undercooked::protocol::{PacketC, PacketS};
+use hurrycurry_server::protocol::{PacketC, PacketS};
fn main() {
let mut sock = TcpStream::connect("127.0.0.1:27031").unwrap();