mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-02 03:02:49 +02:00
Fix AbstractDelayedYamlFileReader
This commit is contained in:
@@ -83,7 +83,7 @@ public abstract class AbstractDelayedYamlFileReader<T extends StorageObject> imp
|
||||
catch (IOException 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());
|
||||
}
|
||||
|
Reference in New Issue
Block a user