mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 11:28:00 +08:00
Add back missing statement
This commit is contained in:
parent
83dc01d07c
commit
0ae487b9c9
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user