Redundant check is redundant

This commit is contained in:
GJ 2013-04-23 09:10:22 -04:00
parent 18f3914428
commit 182b01ac2f

View File

@ -45,10 +45,6 @@ public abstract class ConfigLoader {
protected abstract void loadKeys();
protected void createFile() {
if (configFile.exists()) {
return;
}
configFile.getParentFile().mkdirs();
InputStream inputStream = plugin.getResource(fileName);