Dieser Commit ist enthalten in:
Ursprung
f837b37b50
Commit
5a03623b14
@ -64,6 +64,8 @@ public class TPSSystem implements Listener {
|
||||
}
|
||||
|
||||
public TPSSystem() {
|
||||
instance = this;
|
||||
|
||||
if (TPSFreezeUtils.isCanFreeze()) {
|
||||
new TPSFreezeCommand();
|
||||
new TickFreezeCommand();
|
||||
@ -82,8 +84,6 @@ public class TPSSystem implements Listener {
|
||||
new TickDefaultCommand();
|
||||
new TPSBaseCommand();
|
||||
new TickBaseCommand();
|
||||
|
||||
instance = this;
|
||||
}
|
||||
|
||||
private void setTPS(double tps) {
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren