Update LGLocale name

This commit is contained in:
MSWS
2024-08-03 05:33:33 -07:00
parent d610effa43
commit adc72a1b88
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ using Jailbreak.Formatting.Views;
namespace Jailbreak.English.LastGuard;
public class IlgLocale : ILGLocale, ILanguage<Formatting.Languages.English> {
public class LGLocale : ILGLocale, ILanguage<Formatting.Languages.English> {
private static readonly FormatObject PREFIX =
new HiddenFormatObject(
$" {ChatColors.DarkRed}[{ChatColors.LightRed}Last Guard{ChatColors.DarkRed}]") {

View File

@@ -39,7 +39,7 @@ public class JailbreakServiceCollection : IPluginServiceCollection<Jailbreak> {
serviceCollection.AddSingleton<ILRCFLocale, CoinflipLocale>();
serviceCollection.AddSingleton<ILRRPSLocale, RPSLocale>();
serviceCollection.AddSingleton<ILRRaceLocale, RaceLocale>();
serviceCollection.AddSingleton<ILGLocale, IlgLocale>();
serviceCollection.AddSingleton<ILGLocale, LGLocale>();
serviceCollection.AddSingleton<ISDLocale, IsdLocale>();
serviceCollection.AddSingleton<IWardenLocale, WardenLocale>();
serviceCollection.AddSingleton<IWardenSTLocale, IstLocale>();