diff --git a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Condense.java b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Condense.java index 93ec5a3df..59bdf4028 100644 --- a/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Condense.java +++ b/PlotSquared/src/main/java/com/intellectualcrafters/plot/commands/Condense.java @@ -195,7 +195,7 @@ public class Condense extends SubCommand { PlayerFunctions.sendMessage(plr, "=== INPUT EVAL ==="); PlayerFunctions.sendMessage(plr, "INPUT RADIUS: " + radius); PlayerFunctions.sendMessage(plr, "ESTIMATED MOVES: " + user_move); - PlayerFunctions.sendMessage(plr, "ESTIMATED TIME: " + (user_move * 16) +" seconds"); + PlayerFunctions.sendMessage(plr, "ESTIMATED TIME: " + "No idea, times will drastically change based on the system performance and load"); PlayerFunctions.sendMessage(plr, "&e - Radius is measured in plot width"); return true; }