From ce0b808a01081322abc7ed51e09d0f452b606ad7 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Tue, 4 Jun 2024 15:19:39 +0200 Subject: more code --- src/game/protocol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/protocol.rs') diff --git a/src/game/protocol.rs b/src/game/protocol.rs index c180282..abb246f 100644 --- a/src/game/protocol.rs +++ b/src/game/protocol.rs @@ -47,7 +47,7 @@ impl Packet { format!("chat|{message}") } Packet::Motd(motd) => format!("motd|{motd}"), - Packet::Error(message) => format!("erro|{message}"), + Packet::Error(message) => format!("error|{message}"), Packet::Game { my_id, width, -- cgit v1.2.3-70-g09d2