Cleanup of book meta.

This commit is contained in:
KHobbits 2013-01-13 22:18:08 +00:00
parent bd22aec38a
commit ffe2a283d2
2 changed files with 3 additions and 15 deletions

View file

@ -17,7 +17,7 @@ public class BookInput implements IText
public BookInput(final String filename, final boolean createFile, final IEssentials ess) throws IOException
{
File file = null;
File file = null;
if (file == null || !file.exists())
{
file = new File(ess.getDataFolder(), filename + ".txt");