mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Apply comment suggestions
Co-Authored-By: Dean Herbert <pe@ppy.sh> Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -93,8 +93,8 @@ namespace osu.Game.Screens.Edit
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error(e, "Could not load beatmap sucessfully!");
|
||||
//couldn't load, hard abort!
|
||||
Logger.Error(e, "Could not load beatmap successfully!");
|
||||
// couldn't load, hard abort!
|
||||
this.Exit();
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user