Преглед изворни кода

Flip condition for colours in Interface.cs

Dragon пре 4 година
родитељ
комит
a50a585a5d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Interface.cs

+ 1 - 1
Interface.cs

@@ -116,7 +116,7 @@ namespace HuntBuddy
 						}
 
 						ImGui.SameLine();
-						if (currentKills == mobHuntEntry.NeededKills)
+						if (currentKills != mobHuntEntry.NeededKills)
 						{
 							ImGui.Text($"({currentKills}/{mobHuntEntry.NeededKills})");
 						}