mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 17:30:00 +08:00
Rewerite beatmap term properly
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
committed by
GitHub
Unverified
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user