Parcourir la source

Flip condition for colours in Interface.cs

Dragon il y a 4 ans
Parent
commit
a50a585a5d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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})");
 						}