diff --git a/osu.Game.Rulesets.Sentakki.Tests/TestSceneOsuGame.cs b/osu.Game.Rulesets.Sentakki.Tests/TestSceneOsuGame.cs
index 918c558c6..789b3e60d 100644
--- a/osu.Game.Rulesets.Sentakki.Tests/TestSceneOsuGame.cs
+++ b/osu.Game.Rulesets.Sentakki.Tests/TestSceneOsuGame.cs
@@ -35,7 +35,7 @@ public OsuGameSupporter()
{
IsSupporter = true,
Username = "Mai-Chan",
- Country = new Country { FlagName = @"BE" }
+ CountryCode = CountryCode.BE
});
API.LocalUser.BindTo(testUser);
}
diff --git a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
index 7c5168686..268a72658 100644
--- a/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
+++ b/osu.Game.Rulesets.Sentakki/osu.Game.Rulesets.Sentakki.csproj
@@ -9,7 +9,7 @@
osu.Game.Rulesets.Sentakki
-
+