1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-14 05:47:20 +08:00

Undo big oopsie

This commit is contained in:
Dean Herbert 2021-09-09 17:12:38 +09:00
parent be81ac8b55
commit 9b34ffc302

View File

@ -166,7 +166,7 @@ namespace osu.Game
public OsuGameBase()
{
UseDevelopmentServer = false;
UseDevelopmentServer = DebugUtils.IsDebugBuild;
Name = @"osu!";
}