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

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,