mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-04-04 02:26:23 +02:00

* 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.