mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Rename start countdown request
This commit is contained in:
@ -309,7 +309,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
|
||||
switch (request)
|
||||
{
|
||||
case MatchStartCountdownRequest matchCountdownRequest:
|
||||
case StartMatchCountdownRequest matchCountdownRequest:
|
||||
countdownStopSource?.Cancel();
|
||||
|
||||
var stopSource = countdownStopSource = new CancellationTokenSource();
|
||||
|
Reference in New Issue
Block a user