diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index b38151cfb..1cf831c20 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -13,18 +13,7 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -88,6 +77,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -108,10 +107,10 @@
-
+
-
+
@@ -175,16 +174,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -221,6 +210,7 @@
+
@@ -486,12 +476,12 @@
-
+
-
-
+
+
@@ -769,7 +759,7 @@
-
+
1411382351159
@@ -831,11 +821,15 @@
1411469097893
1411469097893
-
+
+ 1411491737240
+ 1411491737240
+
+
-
+
@@ -896,7 +890,8 @@
-
+
+
@@ -1100,18 +1095,6 @@
-
-
-
-
-
-
-
-
-
-
-
-
@@ -1349,7 +1332,7 @@
-
+
@@ -1392,6 +1375,14 @@
+
+
+
+
+
+
+
+
diff --git a/PlotSquared/src/com/intellectualcrafters/plot/api/PlotAPI.java b/PlotSquared/src/com/intellectualcrafters/plot/api/PlotAPI.java
index 807c43cab..4bd951756 100644
--- a/PlotSquared/src/com/intellectualcrafters/plot/api/PlotAPI.java
+++ b/PlotSquared/src/com/intellectualcrafters/plot/api/PlotAPI.java
@@ -96,7 +96,9 @@ public class PlotAPI {
}
/**
* Get a plot based on the ID
- * @param id
+ * @param world
+ * @param x
+ * @param z
* @return plot, null if ID is wrong
*/
public Plot getPlot(World world, int x, int z) {
@@ -152,7 +154,7 @@ public class PlotAPI {
}
/**
* Get all plots for the world
- * @param World to get plots of
+ * @param world to get plots of
* @return Plot[] - array of plot objects in world
*/
public Plot[] getPlots(World world) {