mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-25 22:56:45 +01:00
remove debug
This commit is contained in:
parent
f50d32f06b
commit
72ab10c079
@ -372,7 +372,6 @@ public class PlayerEvents extends PlotListener implements Listener {
|
|||||||
}
|
}
|
||||||
String[] parts = msg.split(" ");
|
String[] parts = msg.split(" ");
|
||||||
Plot plot = pp.getCurrentPlot();
|
Plot plot = pp.getCurrentPlot();
|
||||||
System.out.println(parts[0]);
|
|
||||||
if (BukkitMain.worldEdit != null) { // Check WorldEdit
|
if (BukkitMain.worldEdit != null) { // Check WorldEdit
|
||||||
switch (parts[0].toLowerCase()) {
|
switch (parts[0].toLowerCase()) {
|
||||||
case "up":
|
case "up":
|
||||||
|
Loading…
Reference in New Issue
Block a user