hotfix
Dieser Commit ist enthalten in:
Ursprung
08db379a5e
Commit
efa544d80c
@ -52,7 +52,7 @@ public class CommandInfo implements CommandExecutor {
|
||||
|
||||
float[] roundedTps = new float[3];
|
||||
for(int i = 0; i < tps.length; i++) {
|
||||
roundedTps[i] = Math.round(tps[0]);
|
||||
roundedTps[i] = tps[i] > 20.0D ? 20.0F : Math.round(tps[i]);
|
||||
}
|
||||
return roundedTps;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren