From c34f41b1501b38f377a2f7493cfeec8493737cf1 Mon Sep 17 00:00:00 2001 From: manuelgu Date: Sun, 15 Nov 2015 18:58:12 +0100 Subject: [PATCH] remove not needed message Since calculating the TPS Values has been removed, the message is no longer in use --- src/main/java/com/intellectualcrafters/plot/commands/Debug.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/intellectualcrafters/plot/commands/Debug.java b/src/main/java/com/intellectualcrafters/plot/commands/Debug.java index 76e5279a8..a5e8bb592 100644 --- a/src/main/java/com/intellectualcrafters/plot/commands/Debug.java +++ b/src/main/java/com/intellectualcrafters/plot/commands/Debug.java @@ -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()));