1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-09-02 03:02:49 +02:00

Fix AbstractDelayedYamlFileReader

This commit is contained in:
snowleo
2012-07-22 13:13:28 +02:00
parent b76f5c71a3
commit 13b9bc600a

View File

@@ -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());
}