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:
parent
f38d6ef8db
commit
9664b9a97c
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user