Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Infiziert90 committed Nov 19, 2024
1 parent 496afa5 commit 8c5dcb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dalamud/Game/Text/SeStringHandling/Payloads/PlayerPayload.cs
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ protected override void DecodeImpl(BinaryReader reader, long endOfStream)
var body = reader.ReadBytes((int)(endOfStream - reader.BaseStream.Position));
var rosps = new ReadOnlySePayloadSpan(ReadOnlySePayloadType.Macro, MacroCode.Link, body.AsSpan());

// PushLink( LinkMacroPayloadType.Character, 0u, worldId, 0u, characterName );

if (!rosps.TryGetExpression(out _, out var worldIdExpression, out _, out var characterNameExpression))
return;

Expand Down

0 comments on commit 8c5dcb9

Please sign in to comment.