mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-12 10:24:07 +01:00
.
This commit is contained in:
parent
e50097a5da
commit
c3dfc4efb5
@ -238,7 +238,7 @@ import com.intellectualcrafters.plot.util.UUIDHandler;
|
||||
if (UUIDHandler.getUUID(player).equals(UUIDHandler.getUUID(trespasser))) {
|
||||
return;
|
||||
}
|
||||
if (PlotMain.hasPermission(trespasser, "plots.flag.notify-enter.bypass")) {
|
||||
if (PlotMain.hasPermission(trespasser, "plots.flag.notify-leave.bypass")) {
|
||||
return;
|
||||
}
|
||||
if (player.isOnline()) {
|
||||
|
Loading…
Reference in New Issue
Block a user