mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2024-11-22 15:05:18 +01:00
Removed idiotic if statement
This commit is contained in:
parent
763b85b1b3
commit
489688f463
@ -69,7 +69,7 @@ public abstract class EnchantmentYamlConfig {
|
||||
}
|
||||
|
||||
try {
|
||||
if (!outFile.exists() || false) {
|
||||
if (!outFile.exists()) {
|
||||
OutputStream out = new FileOutputStream(outFile);
|
||||
byte[] buf = new byte[1024];
|
||||
int len;
|
||||
|
Loading…
Reference in New Issue
Block a user