Skip to content

Commit

Permalink
Old shit is old
Browse files Browse the repository at this point in the history
  • Loading branch information
awgil committed Jan 18, 2025
1 parent 8f4db34 commit 9668692
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions BossMod/Replay/Visualization/ReplayDetailsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -322,18 +322,6 @@ private void DrawCommonColumns(Actor actor)
}
}
}

//foreach (var s in actor.Statuses.Where(s => s.ID != 0))
//{
// var src = _player.WorldState.Actors.Find(s.SourceID);
// if (src?.Type is ActorType.Player or ActorType.Pet)
// continue;
// if (s.ID is 360 or 362 or 364 or 365 or 413 or 902)
// continue; // skip FC buff
// ImGui.TextUnformatted($"{Utils.StatusString(s.ID)} ({s.Extra}): {Utils.StatusTimeString(s.ExpireAt, _player.WorldState.CurrentTime)}");
// ImGui.SameLine();
//}
//ImGui.SetTooltip("foo");
}

private bool DrawPartyTable()
Expand Down

0 comments on commit 9668692

Please sign in to comment.