Fixed spigot config not generating

This commit is contained in:
2020-07-17 18:23:05 -05:00
parent fcf45eb5be
commit 4838eee050
3 changed files with 4 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ public class Biscuit {
captchaDir.mkdir();
}else {
captchaDir = new File(PluginCore.plugin.getDataFolder(), "captcha");
captchaDir.mkdir();
}
cage = new BCage();
if(isMain) {
@@ -298,6 +299,7 @@ public class Biscuit {
boolean isMain = guild == null;
if(isMain) {
if(Main.isPlugin) {
PluginCore.plugin.getDataFolder().mkdir();
return PluginCore.plugin.getDataFolder();
}else {
return new File("").getAbsoluteFile();