Skip to content

Commit

Permalink
:)
Browse files Browse the repository at this point in the history
  • Loading branch information
MATRIX-feather committed Jul 22, 2024
1 parent 1c40a3f commit 6287198
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.IGPlayer.Feature.Player.Misc
{
internal class LLinModRateAdjust : ModRateAdjust
{
public override string Name => ToString();
public override string Name => "LLinRateAdjust";
public override string Acronym => "RA";
public override LocalisableString Description => "no";
public override double ScoreMultiplier => 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public Toolbox()
Anchor = Anchor.TopRight,
Origin = Anchor.TopRight,
Colour = Color4.Gold,
Text = "在线查询功能暂时不可用,我们正在适配新的网易云音乐API"
Text = "在线查询功能暂时不可用,我们正在寻找新的适配方案"
},
buttonFillFlow = new FillFlowContainer
{
Expand Down

0 comments on commit 6287198

Please sign in to comment.