mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 21:37:43 +01:00
feat: More utilities!
- Also document that CStringExtensions only works with bundled CS.
This commit is contained in:
parent
314c046ec9
commit
a7509ef77d
2 changed files with 31 additions and 3 deletions
|
|
@ -1744,7 +1744,7 @@ internal class SeStringEvaluator : IServiceType, ISeStringEvaluator
|
|||
return false;
|
||||
|
||||
case TextParameterType.String:
|
||||
this.EvaluateAndAppendTo(builder, p.StringValue.AsReadOnlySeStringSpan(), null, language);
|
||||
this.EvaluateAndAppendTo(builder, p.StringValue.AsSpan(), null, language);
|
||||
return false;
|
||||
|
||||
case TextParameterType.Uninitialized:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue