PlotSquared/Core/src
dordsor21 7310506ed4
Add option to have road regeneration be persistent across restarts. (#2715)
* Add option to have road regeneration be persistent across restarts.

* Use int[] not Integer[]. There's the possibility of large arrays given the size of some worlds.

* Correctly close Input/Output streams with try-with-resource.
Also don't try to ObjectOutputStream if an existing file hasn't actually been deleted.
2020-03-22 19:23:35 +00:00
..
main Add option to have road regeneration be persistent across restarts. (#2715) 2020-03-22 19:23:35 +00:00
test/java/com/github/intellectualsites/plotsquared/plot Features/v5/event results (#2706) 2020-03-15 12:22:49 +01:00