1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-12 18:23:04 +08:00

Fix being able to switch own team by clicking other players' team indicators

This commit is contained in:
Bartłomiej Dach 2021-11-11 08:40:50 +01:00
parent f38d6ef8db
commit 9664b9a97c
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497

View File

@ -51,7 +51,6 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Participants
Alpha = 0,
Scale = new Vector2(0, 1),
RelativeSizeAxes = Axes.Y,
Action = changeTeam,
Child = box = new Container
{
RelativeSizeAxes = Axes.Both,