Remove cluttered if
Dieser Commit ist enthalten in:
Ursprung
3f620559fe
Commit
e94fe80a49
@ -76,8 +76,6 @@ public class CommandTPSLimiter implements CommandExecutor {
|
||||
sendInvalidArgumentMessage(player);
|
||||
return false;
|
||||
}
|
||||
if (tpsLimitDouble <= 1) tpsLimitDouble = (int)(tpsLimitDouble * 10) / 10.0;
|
||||
else tpsLimitDouble = (int)tpsLimitDouble;
|
||||
currentTPSLimit = tpsLimitDouble;
|
||||
sendNewTPSLimitMessage();
|
||||
tpsLimiter();
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren