mirror of
https://github.com/edgegamers/Jailbreak.git
synced 2025-12-06 04:42:57 -08:00
Update LGLocale name
This commit is contained in:
@@ -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}]") {
|
||||
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user