mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Prefix all test send methods in TestSpectatorClient
with Send
This commit is contained in:
@ -34,7 +34,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
|
||||
foreach ((int userId, var _) in clocks)
|
||||
{
|
||||
SpectatorClient.StartPlay(userId, 0);
|
||||
SpectatorClient.SendStartPlay(userId, 0);
|
||||
OnlinePlayDependencies.MultiplayerClient.AddUser(new APIUser { Id = userId });
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user