Adding parent region over territory doesn't let players in plot build
jmhertlein opened this issue ยท 0 comments
- Make town
- make territ
- make plot
3.5: Add player to plot (player should be able to build) - restart server or not, doesn't make a difference
- with WG, make new region 'outer'
- make outer cover entire territ
- make 'outer' parent of territ
Now the player doesn't seem to be able to build in his plot.
A reload, or re-setting the parent of the plot to the territ (/region setparent plot territ) fixes it.
The only way my code differs from sk89q's code is that his was forcing a region manager save AFTER parentage setting, mine was doing it before. I've amended this in commit 8ae3508 so hopefully that's fixed it.