diff --git a/src/de/steamwar/sql/EventFight.java b/src/de/steamwar/sql/EventFight.java index 4df1ff6..623e383 100644 --- a/src/de/steamwar/sql/EventFight.java +++ b/src/de/steamwar/sql/EventFight.java @@ -107,7 +107,7 @@ public class EventFight implements Comparable { } public boolean hasFinished() { - return fight != 0; + return fight != 0 || ergebnis != 0; } public void reschedule() {