mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Update world border on Plot#claim (Fixes PS-13)
This commit is contained in:
parent
d1ecf9232e
commit
38425a1eae
1 changed files with 1 additions and 0 deletions
|
@ -1751,6 +1751,7 @@ public class Plot {
|
|||
}
|
||||
} else {
|
||||
area.addPlot(this);
|
||||
updateWorldBorder();
|
||||
}
|
||||
setSign(player.getName());
|
||||
MainUtil.sendMessage(player, Captions.CLAIMED);
|
||||
|
|
Loading…
Reference in a new issue