Fixes Paper throwing when you insert invalid tags (#2732)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
using Content.Shared.GameObjects.Components;
|
using Content.Shared.GameObjects.Components;
|
||||||
using Robust.Client.UserInterface.Controls;
|
using Robust.Client.UserInterface.Controls;
|
||||||
using Robust.Client.UserInterface.CustomControls;
|
using Robust.Client.UserInterface.CustomControls;
|
||||||
using Robust.Shared.Maths;
|
using Robust.Shared.Maths;
|
||||||
@@ -29,7 +29,7 @@ namespace Content.Client.GameObjects.Components.Paper
|
|||||||
Input.Visible = true;
|
Input.Visible = true;
|
||||||
}
|
}
|
||||||
var msg = new FormattedMessage();
|
var msg = new FormattedMessage();
|
||||||
msg.AddMarkup(state.Text);
|
msg.AddMarkupPermissive(state.Text);
|
||||||
_label.SetMessage(msg);
|
_label.SetMessage(msg);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user