summaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-07-21 22:18:43 +0200
committermetamuffin <metamuffin@disroot.org>2024-07-21 22:18:43 +0200
commitdba6c99cb222794ad0e77c3cb27d1da41274c3d8 (patch)
tree45cf5e019f3e92a7647c0fb9a96130ca28e0c51c /pixel-client
parent542b0f54760260fad3d27809f3ea81a39608b679 (diff)
downloadhurrycurry-dba6c99cb222794ad0e77c3cb27d1da41274c3d8.tar
hurrycurry-dba6c99cb222794ad0e77c3cb27d1da41274c3d8.tar.bz2
hurrycurry-dba6c99cb222794ad0e77c3cb27d1da41274c3d8.tar.zst
pc: change username
Diffstat (limited to 'pixel-client')
-rw-r--r--pixel-client/src/game.rs2
1 files changed, 1 insertions, 1 deletions
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,
});