Explorar el Código

Flip condition for colours in Interface.cs

Dragon hace 4 años
padre
commit
a50a585a5d
Se han modificado 1 ficheros con 1 adiciones y 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})");
 						}