Explorar o código

Flip condition for colours in Interface.cs

Dragon %!s(int64=4) %!d(string=hai) anos
pai
achega
a50a585a5d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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})");
 						}