small cleanup

This commit is contained in:
Luck
2016-06-23 13:29:51 +01:00
Unverified
parent 0380b7017d
commit 85989aeb7c
21 changed files with 26 additions and 30 deletions
@@ -27,6 +27,7 @@ public class BungeeConfig implements LPConfiguration {
}
}
@SuppressWarnings("ResultOfMethodCallIgnored")
private File makeFile(String file) throws IOException {
File cfg = new File(plugin.getDataFolder(), file);