Bläddra i källkod

Flip condition for colours in Interface.cs

Dragon 4 år sedan
förälder
incheckning
a50a585a5d
1 ändrade filer med 1 tillägg och 1 borttagningar
  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})");
 						}