mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Change "single tap" mod acronym to not conflict with "strict tracking"
This commit is contained in:
parent
acd5254f51
commit
b93b6ba2ca
@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
public class OsuModSingleTap : InputBlockingMod
|
||||
{
|
||||
public override string Name => @"Single Tap";
|
||||
public override string Acronym => @"ST";
|
||||
public override string Acronym => @"SG";
|
||||
public override string Description => @"You must only use one key!";
|
||||
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModAlternate) }).ToArray();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user