mirror of
https://github.com/ppy/osu.git
synced 2026-06-05 19:44:44 +08:00
Add back missing statement
This commit is contained in:
@@ -25,6 +25,8 @@ namespace osu.Game.Utils
|
||||
{
|
||||
raven.Release = game.Version;
|
||||
|
||||
if (!game.IsDeployedBuild) return;
|
||||
|
||||
Logger.NewEntry += entry =>
|
||||
{
|
||||
if (entry.Level < LogLevel.Verbose) return;
|
||||
|
||||
Reference in New Issue
Block a user