1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-05-17 07:36:24 +02:00

Redundant check is redundant

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

@ -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);