mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-02-21 09:09:35 +01:00
Do not kick any added players on /p deny *
This commit is contained in:
parent
f605c0b113
commit
9b1a035e30
@ -75,7 +75,7 @@ import java.util.UUID;
|
|||||||
} else {
|
} else {
|
||||||
for (PlotPlayer plotPlayer : plot.getPlayersInPlot()) {
|
for (PlotPlayer plotPlayer : plot.getPlayersInPlot()) {
|
||||||
// Ignore plot-owners
|
// Ignore plot-owners
|
||||||
if (plot.isOwner(plotPlayer.getUUID())) {
|
if (plot.isAdded(plotPlayer.getUUID())) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
handleKick(plotPlayer, plot);
|
handleKick(plotPlayer, plot);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user