Optimize TPSWatcher
Dieser Commit ist enthalten in:
Ursprung
3959e3c8b8
Commit
f83b1359c6
@ -77,7 +77,7 @@ public class TPSWatcher {
|
|||||||
LAST_TEN_SECONDS(10),
|
LAST_TEN_SECONDS(10),
|
||||||
LAST_THIRTY_SECONDS(30);
|
LAST_THIRTY_SECONDS(30);
|
||||||
|
|
||||||
private int count;
|
private final int count;
|
||||||
|
|
||||||
TpsAverage(int count) {
|
TpsAverage(int count) {
|
||||||
this.count = count;
|
this.count = count;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren