summaryrefslogtreecommitdiff
path: root/pixel-client
diff options
context:
space:
mode:
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,
});