diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index baedbcbd1..d1c4dd4f3 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -7,8 +7,6 @@
-
-
@@ -76,23 +74,31 @@
-
+
-
-
-
-
-
+
+
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
@@ -170,6 +176,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -357,7 +417,7 @@
1411382235722
-
+
1411382351159
@@ -375,15 +435,19 @@
1411385686603
1411385686603
-
+
+ 1411385985343
+ 1411385985343
+
+
-
+
-
+
@@ -401,7 +465,7 @@
-
+
@@ -430,7 +494,8 @@
-
+
+
@@ -514,20 +579,26 @@
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java
index efc3754c7..59dceda07 100644
--- a/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java
+++ b/PlotSquared/src/com/intellectualcrafters/plot/PlotMain.java
@@ -396,14 +396,9 @@ public class PlotMain extends JavaPlugin {
getServer().getScheduler().scheduleSyncRepeatingTask(this, new Lag(),
100L, 1L);
+
if(Web.ENABLED) {
- try {
- PlotWeb web = new PlotWeb("PlotWeb", Web.PORT);
- web.start();
- sendConsoleSenderMessage("Web Server running on port " + Web.PORT);
- } catch(Exception e) {
- sendConsoleSenderMessage("Failed to start web server.");
- }
+ sendConsoleSenderMessage("This is not yet implemented...");
}
}