From dba6c99cb222794ad0e77c3cb27d1da41274c3d8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 21 Jul 2024 22:18:43 +0200 Subject: pc: change username --- pixel-client/src/game.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pixel-client') diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs index f8feb1c8..13ed1709 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -83,7 +83,7 @@ impl Game { network .queue_out .push_back(hurrycurry_protocol::PacketS::Join { - name: "light".to_string(), + name: "pixel".to_string(), character: 0, }); -- cgit v1.2.3-70-g09d2