mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Update world border on Plot#claim (Fixes PS-13)
This commit is contained in:
@ -1751,6 +1751,7 @@ public class Plot {
|
||||
}
|
||||
} else {
|
||||
area.addPlot(this);
|
||||
updateWorldBorder();
|
||||
}
|
||||
setSign(player.getName());
|
||||
MainUtil.sendMessage(player, Captions.CLAIMED);
|
||||
|
Reference in New Issue
Block a user