Remove static ILocalizationManager resolves. (#17392)

This commit is contained in:
Leon Friedrich
2023-06-17 13:57:32 +12:00
committed by GitHub
parent 78043682b9
commit ef0248cd78
5 changed files with 9 additions and 16 deletions

View File

@@ -85,7 +85,7 @@ namespace Content.Server.Armor
_examine.AddDetailedExamineVerb(args, component, examineMarkup, Loc.GetString("armor-examinable-verb-text"), "/Textures/Interface/VerbIcons/dot.svg.192dpi.png", Loc.GetString("armor-examinable-verb-message"));
}
private static FormattedMessage GetArmorExamine(DamageModifierSet armorModifiers)
private FormattedMessage GetArmorExamine(DamageModifierSet armorModifiers)
{
var msg = new FormattedMessage();