mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-13 18:14:38 +02:00
Fix startup errors
This commit is contained in:
@@ -167,6 +167,9 @@ public class EssentialsGeoIPPlayerListener implements Listener, IReload
|
||||
LOGGER.log(Level.SEVERE, _("geoIpUrlEmpty"));
|
||||
return;
|
||||
}
|
||||
if (!databaseFile.getAbsoluteFile().getParentFile().exists()) {
|
||||
databaseFile.getAbsoluteFile().getParentFile().mkdirs();
|
||||
}
|
||||
InputStream input = null;
|
||||
OutputStream output = null;
|
||||
try
|
||||
|
Reference in New Issue
Block a user