mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-10 14:33:00 +00:00
Cleanup of book meta.
This commit is contained in:
parent
bd22aec38a
commit
ffe2a283d2
2 changed files with 3 additions and 15 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue