mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-08-08 07:15:27 +02:00
.
This commit is contained in:
@@ -238,7 +238,7 @@ import com.intellectualcrafters.plot.util.UUIDHandler;
|
|||||||
if (UUIDHandler.getUUID(player).equals(UUIDHandler.getUUID(trespasser))) {
|
if (UUIDHandler.getUUID(player).equals(UUIDHandler.getUUID(trespasser))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (PlotMain.hasPermission(trespasser, "plots.flag.notify-enter.bypass")) {
|
if (PlotMain.hasPermission(trespasser, "plots.flag.notify-leave.bypass")) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (player.isOnline()) {
|
if (player.isOnline()) {
|
||||||
|
Reference in New Issue
Block a user