give revs briefing (#20749)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
@@ -11,15 +11,6 @@ public sealed class RoleBriefingSystem : EntitySystem
|
||||
|
||||
private void OnGetBriefing(EntityUid uid, RoleBriefingComponent comp, ref GetBriefingEvent args)
|
||||
{
|
||||
if (args.Briefing == null)
|
||||
{
|
||||
// no previous briefing so just set it
|
||||
args.Briefing = comp.Briefing;
|
||||
}
|
||||
else
|
||||
{
|
||||
// there is a previous briefing so append to it
|
||||
args.Briefing += "\n" + comp.Briefing;
|
||||
}
|
||||
args.Append(comp.Briefing);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user