mirror of
				https://github.com/IntellectualSites/PlotSquared.git
				synced 2025-11-04 03:03:43 +01:00 
			
		
		
		
	remove not needed message
Since calculating the TPS Values has been removed, the message is no longer in use
This commit is contained in:
		@@ -53,7 +53,6 @@ public class Debug extends SubCommand {
 | 
			
		||||
                worlds.append(world).append(" ");
 | 
			
		||||
            }
 | 
			
		||||
            information.append(header);
 | 
			
		||||
            information.append(getSection(section, "Lag / TPS"));
 | 
			
		||||
            information.append(getSection(section, "PlotWorld"));
 | 
			
		||||
            information.append(getLine(line, "Plot Worlds", worlds));
 | 
			
		||||
            information.append(getLine(line, "Owned Plots", PS.get().getPlots().size()));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user