From 41c8c7ea7e7c4c6bd86194625de0b06471bce8c6 Mon Sep 17 00:00:00 2001 From: andy Date: Thu, 16 Feb 2023 04:07:26 +0000 Subject: [PATCH] enable dressing room on char select --- src/packet/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/packet/login.rs b/src/packet/login.rs index b43a47c..6c5adf2 100644 --- a/src/packet/login.rs +++ b/src/packet/login.rs @@ -239,7 +239,7 @@ impl SendKeyAndTeamSettings { //team_name: [0; 16], team_name: [0; 32], team_flag: [0; 2048], - team_rewards: [0; 8] + team_rewards: [0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00], // 0x02 enables dressing room on char select } } }