mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Don't join room in participants test
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user