diff --git a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTPSLimiter.java b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTPSLimiter.java index 7aa70d2..474518b 100644 --- a/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTPSLimiter.java +++ b/BauSystem_Main/src/de/steamwar/bausystem/commands/CommandTPSLimiter.java @@ -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();