diff --git a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java index 4470e9f1..33b19478 100644 --- a/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java +++ b/NCPPlugin/src/main/java/fr/neatmonster/nocheatplus/utilities/PlayerLocation.java @@ -117,6 +117,14 @@ public class PlayerLocation { public Location getLocation() { return new Location(world, x, y, z); } + + /** + * Get the world! + * @return + */ + public World getWorld(){ + return world; + } /** * Gets the blockX.