Fix space ambient music (#33594)

This commit is contained in:
slarticodefast
2024-11-27 06:32:39 +01:00
committed by GitHub
parent ab7221efad
commit c861c56a69
2 changed files with 3 additions and 3 deletions

View File

@@ -34,6 +34,6 @@ public sealed partial class GridInRangeRule : RulesRule
return !Inverted;
}
return false;
return Inverted;
}
}