Merge branch 'main' into python-refactor

This commit is contained in:
2021-06-20 08:18:37 +02:00
+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)";
}