BetonQuest / BetonQuest-Editor

[End of Life] Quest editor for BetonQuest plugin.
GNU General Public License v3.0
17 stars 12 forks source link

Fix No-Desktop-Directory Bug #54 #62

Closed seyfahni closed 4 years ago

seyfahni commented 6 years ago

After creating an File Instance the variable is never equal to null, but the file may not exist and may also not be a directory. The call to File#isDirectory() checks for both, existence and being a directory. Fixes bug #54 .