mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Turn on warnings, resolve issues
This commit is contained in:
@ -103,7 +103,7 @@ namespace osu.Game.Graphics.Containers
|
||||
{
|
||||
channelManager?.OpenChannel(linkArgument);
|
||||
}
|
||||
catch (ChannelNotFoundException e)
|
||||
catch (ChannelNotFoundException)
|
||||
{
|
||||
Logger.Log($"The requested channel \"{linkArgument}\" does not exist");
|
||||
}
|
||||
|
Reference in New Issue
Block a user