Skip to content

Commit

Permalink
chore: remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfcomp committed Jan 9, 2024
1 parent c045fa0 commit 8741fef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DeepDungeonDex/Windows/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@ public override void Draw()
public void DrawUnknownContent()
{
ImGui.TextUnformatted(string.Format(_locale.GetLocale("UnknownContent"), _currentMob.Name, _currentMob.Id));
ImGui.TextUnformatted(_locale.GetLocale("UnknownContent"));
}

public void LoadIcons()
Expand Down

0 comments on commit 8741fef

Please sign in to comment.