mirror of
https://github.com/osukey/osukey.git
synced 2025-05-31 02:17:34 +09: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);
|
var verified = verifyDatabasedModel(databasedSet);
|
||||||
if (!verified)
|
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;
|
return verified;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user