remove redundant line

This commit is contained in:
Chayapak 2023-05-10 13:41:44 +07:00
parent ae59754564
commit c4f954dc07

View file

@ -43,8 +43,6 @@ public class Main {
configWriter.close();
System.out.println("config.yml file not found, so the default one was created");
_config = yaml.load(is);
}
InputStream opt = new FileInputStream(file);