Rogue biome config with no name appears upon second run of fresh install
Timethor opened this issue ยท 1 comments
Noticed on commit 1067b31
Reproduce (tested on Bukkit):
- Pull the source from master branch, build the jar.
- Have a clear plugins dir. Copy in the new TC.jar file you just built.
- Start the server twice
- On the second run a file named
.bc
will appear in the WorldBiomes folder (im assuming for all worlds)
- On the second run a file named
Proposed solution:
- This doesn't occur with the v2.6.1 release downloaded from bukkit dev. So I would start by looking at the changes made between the above commit and this one: aa91000
Fixed, thanks. This was caused by me switching to StringHelper.readCommaSeperatedString for the CustomBiomes setting in 35d6409 .