mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-01-21 09:49:36 +01:00
bffabb4a05
If dataDir.exists() is true, dataDir.isDirectory() will always also be true. You probably wanted to check whether it is a folder. This bug could lead to a critical bug when a file with the name of the folder exists.