mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-02-17 05:17:42 +01:00
chore: Bump ClientStructs and make it build again
This commit is contained in:
parent
9e3c03d0e8
commit
2176b32219
16 changed files with 92 additions and 80 deletions
|
|
@ -1744,7 +1744,7 @@ internal class SeStringEvaluator : IServiceType, ISeStringEvaluator
|
|||
return false;
|
||||
|
||||
case TextParameterType.String:
|
||||
this.EvaluateAndAppendTo(builder, new(p.StringValue), null, language);
|
||||
this.EvaluateAndAppendTo(builder, p.StringValue.AsReadOnlySeStringSpan(), null, language);
|
||||
return false;
|
||||
|
||||
case TextParameterType.Uninitialized:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue