Rename method to avoid weird code analysis rule

This commit is contained in:
Dean Herbert
2020-12-23 17:14:58 +09:00
parent 7cc38f03d1
commit 0ddcab574f
6 changed files with 8 additions and 8 deletions

View File

@ -85,7 +85,7 @@ namespace osu.Game.Online.RealtimeMultiplayer
if (!connected.NewValue)
{
Logger.Log("Connection to multiplayer server was lost.", LoggingTarget.Runtime, LogLevel.Important);
LeaveRoom().FireAndForget();
LeaveRoom().CatchUnobservedExceptions();
}
});
}