Remove calls to FormattedMessage obsolete methods (#31706)
* Remove FormattedMessage obsolete methods * Oops
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System.Linq;
|
||||
using System.Linq;
|
||||
using Content.Shared.FixedPoint;
|
||||
using Content.Shared.Points;
|
||||
using JetBrains.Annotations;
|
||||
@@ -76,7 +76,7 @@ public sealed class PointSystem : SharedPointSystem
|
||||
if (!_player.TryGetPlayerData(id, out var data))
|
||||
continue;
|
||||
|
||||
msg.AddMarkup(Loc.GetString("point-scoreboard-list",
|
||||
msg.AddMarkupOrThrow(Loc.GetString("point-scoreboard-list",
|
||||
("place", place),
|
||||
("name", data.UserName),
|
||||
("points", points.Int())));
|
||||
|
||||
Reference in New Issue
Block a user