SteamWar/SpigotCore
Archiviert
13
0

Optimize TPSWatcher

Dieser Commit ist enthalten in:
jojo 2020-09-27 17:28:32 +02:00
Ursprung 3959e3c8b8
Commit f83b1359c6

Datei anzeigen

@ -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;