mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Fix typo in FinishCountdown
method
This commit is contained in:
@ -300,7 +300,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
private CancellationTokenSource? countdownStopSource;
|
||||
private Task countdownTask = Task.CompletedTask;
|
||||
|
||||
public void FinishCountDown() => countdownFinishSource?.Cancel();
|
||||
public void FinishCountdown() => countdownFinishSource?.Cancel();
|
||||
|
||||
public override async Task SendMatchRequest(MatchUserRequest request)
|
||||
{
|
||||
|
Reference in New Issue
Block a user