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

@@ -62,7 +62,7 @@ public sealed class CrayonSystem : SharedCrayonSystem
}
_parent.UIUpdateNeeded = false;
_label.SetMarkup(Loc.GetString("crayon-drawing-label",
_label.SetMarkup(Robust.Shared.Localization.Loc.GetString("crayon-drawing-label",
("color",_parent.Color),
("state",_parent.SelectedState),
("charges", _parent.Charges),