Add back missing statement

This commit is contained in:
Dean Herbert 2018-08-17 12:27:36 +09:00
parent 83dc01d07c
commit 0ae487b9c9
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ public RavenLogger(OsuGame game)
{
raven.Release = game.Version;
if (!game.IsDeployedBuild) return;
Logger.NewEntry += entry =>
{
if (entry.Level < LogLevel.Verbose) return;