Skip to content

Commit

Permalink
Rename +AT bot user
Browse files Browse the repository at this point in the history
  • Loading branch information
goodtrailer committed Jun 10, 2021
1 parent fad3199 commit b4b50b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Soyokaze/Mods/SoyokazeModAutoplay.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public class SoyokazeModAutoplay : ModAutoplay
{
ScoreInfo = new ScoreInfo
{
User = new User { Username = "Autoplay" },
User = new User { Username = "goodtrailer's super-duper autoplay bot" },
},
Replay = new SoyokazeAutoGenerator(beatmap, mods).Generate(),
};
Expand Down

0 comments on commit b4b50b4

Please sign in to comment.