mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 13:22:55 +08:00
Merge branch 'master' into spinner-combo-fix
This commit is contained in:
commit
4aedd252fb
@ -23,6 +23,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