소스 검색

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