PlotSquared/Core
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
..
src Add option to have road regeneration be persistent across restarts. (#2715) 2020-03-22 19:23:35 +00:00
build.gradle Pull/2693 (#2694) 2020-02-24 18:42:02 +01:00