mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-02 19:22:37 +02:00
Fix AbstractDelayedYamlFileReader
This commit is contained in:
@@ -83,7 +83,7 @@ public abstract class AbstractDelayedYamlFileReader<T extends StorageObject> imp
|
|||||||
catch (IOException ex)
|
catch (IOException ex)
|
||||||
{
|
{
|
||||||
onException(ex);
|
onException(ex);
|
||||||
if (plugin.getSettings() == null || plugin.getSettings().isDebug())
|
if (ess.getSettings() == null || ess.getSettings().isDebug())
|
||||||
{
|
{
|
||||||
Bukkit.getLogger().log(Level.INFO, "File not found: " + file.toString());
|
Bukkit.getLogger().log(Level.INFO, "File not found: " + file.toString());
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user