Fixes unlink failing if a parameter is provided
Fix plot unlinking not resetting the road biome
Fixes #888
This commit is contained in:
Jesse Boyd
2016-02-27 16:05:21 +11:00
parent c7870b617c
commit f68042bc11
10 changed files with 50 additions and 59 deletions

View File

@@ -51,7 +51,6 @@ import java.util.UUID;
public class PlotListener {
public static boolean plotEntry(final PlotPlayer pp, final Plot plot) {
System.out.println("POLOT ENTRY");
if (plot.isDenied(pp.getUUID()) && !Permissions.hasPermission(pp, "plots.admin.entry.denied")) {
return false;
}