mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	Fixed approximation
This commit is contained in:
		@@ -195,7 +195,7 @@ public class Condense extends SubCommand {
 | 
				
			|||||||
                PlayerFunctions.sendMessage(plr, "=== INPUT EVAL ===");
 | 
					                PlayerFunctions.sendMessage(plr, "=== INPUT EVAL ===");
 | 
				
			||||||
                PlayerFunctions.sendMessage(plr, "INPUT RADIUS: " + radius);
 | 
					                PlayerFunctions.sendMessage(plr, "INPUT RADIUS: " + radius);
 | 
				
			||||||
                PlayerFunctions.sendMessage(plr, "ESTIMATED MOVES: " + user_move);
 | 
					                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");
 | 
					                PlayerFunctions.sendMessage(plr, "&e - Radius is measured in plot width");
 | 
				
			||||||
                return true;
 | 
					                return true;
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user