mirror of
https://github.com/ppy/osu
synced 2024-12-11 09:27:08 +00:00
Don't join room in participants test
This commit is contained in:
parent
c93c615f5e
commit
3e5ae7ea58
@ -22,6 +22,11 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
{
|
||||
public class TestSceneMultiplayerParticipantsList : MultiplayerTestScene
|
||||
{
|
||||
public TestSceneMultiplayerParticipantsList()
|
||||
: base(false)
|
||||
{
|
||||
}
|
||||
|
||||
[SetUp]
|
||||
public new void Setup() => Schedule(createNewParticipantsList);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user