mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-02-16 22:59:34 +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 {
|
||||
for (PlotPlayer plotPlayer : plot.getPlayersInPlot()) {
|
||||
// Ignore plot-owners
|
||||
if (plot.isOwner(plotPlayer.getUUID())) {
|
||||
if (plot.isAdded(plotPlayer.getUUID())) {
|
||||
continue;
|
||||
}
|
||||
handleKick(plotPlayer, plot);
|
||||
|
Loading…
x
Reference in New Issue
Block a user