Fixed "desynced" bug

This commit is contained in:
2021-06-20 08:12:28 +02:00
parent 310a716304
commit c2fc1ffa64
+1 -1
View File
@@ -246,7 +246,7 @@ function updateUnalikeDisplay(unalikeJson) {
if (lobby.desynced) {
stateSymbol = "🔀 (Desynced)";
}
else if (lobby.beatmapset > 0 && lobby.beatmapset != unalikeJson.current_mapset)
else if (lobby.beatmapset > 0 && lobby.beatmapset != unalikeJson.currentMapset)
{
stateSymbol = "🆘 (Desynced)";
}