Archived
0
This commit is contained in:
2018-05-01 23:50:50 +03:00
parent c845d9dcb6
commit 6295c63443

View File

@@ -34,7 +34,7 @@ public class GameLoop extends Thread {
}
public void setPercentWarnLowTps(int value) {
if (value > 50) {
if (value > 100) {
log.warn("Percent warn low TPS can't be '{}'. Set 100", tps);
value = 100;
}