diff --git a/SpigotCore_Main/src/de/steamwar/core/TPSWatcher.java b/SpigotCore_Main/src/de/steamwar/core/TPSWatcher.java index 7e75119..849b838 100644 --- a/SpigotCore_Main/src/de/steamwar/core/TPSWatcher.java +++ b/SpigotCore_Main/src/de/steamwar/core/TPSWatcher.java @@ -77,7 +77,7 @@ public class TPSWatcher { LAST_TEN_SECONDS(10), LAST_THIRTY_SECONDS(30); - private int count; + private final int count; TpsAverage(int count) { this.count = count;