enable dressing room on char select
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
andy 2023-02-16 04:07:26 +00:00
parent e1a8ad7fc5
commit 41c8c7ea7e

View File

@ -239,7 +239,7 @@ impl SendKeyAndTeamSettings {
//team_name: [0; 16], //team_name: [0; 16],
team_name: [0; 32], team_name: [0; 32],
team_flag: [0; 2048], 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
} }
} }
} }