浏览代码

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})");
 						}