mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Change "single tap" mod acronym to not conflict with "strict tracking"
This commit is contained in:
@ -9,7 +9,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
|||||||
public class OsuModSingleTap : InputBlockingMod
|
public class OsuModSingleTap : InputBlockingMod
|
||||||
{
|
{
|
||||||
public override string Name => @"Single Tap";
|
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 string Description => @"You must only use one key!";
|
||||||
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModAlternate) }).ToArray();
|
public override Type[] IncompatibleMods => base.IncompatibleMods.Concat(new[] { typeof(OsuModAlternate) }).ToArray();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user