diff --git a/Dalamud/Game/Chat/SeStringHandling/SeString.cs b/Dalamud/Game/Chat/SeStringHandling/SeString.cs
index 847e296e9..d5d96cc46 100644
--- a/Dalamud/Game/Chat/SeStringHandling/SeString.cs
+++ b/Dalamud/Game/Chat/SeStringHandling/SeString.cs
@@ -104,6 +104,14 @@ namespace Dalamud.Game.Chat.SeStringHandling
return messageBytes.ToArray();
}
+ ///
+ /// Get the text value of this SeString.
+ ///
+ /// The TextValue property
+ public override string ToString() {
+ return TextValue;
+ }
+
///
/// Serializes the SeString to json
///