Add neighboring builds handling;

+ provoke angry AppVeyor
This commit is contained in:
HoutarouOreki
2018-07-20 13:51:31 +02:00
parent 1b3010a1b5
commit 227394925a
5 changed files with 67 additions and 12 deletions

View File

@ -64,7 +64,7 @@ namespace osu.Game.Overlays.Changelog
new SpriteText
{
Text = ChangelogEntry.Users > 0 ?
string.Format($"{ChangelogEntry.Users:N0} users online") :
$"{ChangelogEntry.Users:N0} users online" :
null,
TextSize = 12,
Font = @"Exo2.0-Regular",