remove debug

This commit is contained in:
Jesse Boyd 2016-12-03 23:08:10 +11:00
parent f50d32f06b
commit 72ab10c079
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -372,7 +372,6 @@ public class PlayerEvents extends PlotListener implements Listener {
}
String[] parts = msg.split(" ");
Plot plot = pp.getCurrentPlot();
System.out.println(parts[0]);
if (BukkitMain.worldEdit != null) { // Check WorldEdit
switch (parts[0].toLowerCase()) {
case "up":