mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 10:33:07 +08:00
Rewerite beatmap term properly
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
5e476fa189
commit
63ca9de7e4
@ -38,7 +38,7 @@ namespace osu.Game.Online.Rooms
|
||||
{
|
||||
var verified = verifyDatabasedModel(databasedSet);
|
||||
if (!verified)
|
||||
Logger.Log("The imported beatmapset does not match the online version.", LoggingTarget.Runtime, LogLevel.Important);
|
||||
Logger.Log("The imported beatmap set does not match the online version.", LoggingTarget.Runtime, LogLevel.Important);
|
||||
|
||||
return verified;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user