localize RoleBriefing (#28824)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -11,6 +11,6 @@ public sealed class RoleBriefingSystem : EntitySystem
|
|||||||
|
|
||||||
private void OnGetBriefing(EntityUid uid, RoleBriefingComponent comp, ref GetBriefingEvent args)
|
private void OnGetBriefing(EntityUid uid, RoleBriefingComponent comp, ref GetBriefingEvent args)
|
||||||
{
|
{
|
||||||
args.Append(comp.Briefing);
|
args.Append(Loc.GetString(comp.Briefing));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user