mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Update world border on Plot#claim (Fixes PS-13)
This commit is contained in:
parent
d1ecf9232e
commit
38425a1eae
@ -1751,6 +1751,7 @@ public class Plot {
|
||||
}
|
||||
} else {
|
||||
area.addPlot(this);
|
||||
updateWorldBorder();
|
||||
}
|
||||
setSign(player.getName());
|
||||
MainUtil.sendMessage(player, Captions.CLAIMED);
|
||||
|
Loading…
Reference in New Issue
Block a user