From 3ddbeea45a141d33da82fbef9168cdc6d31e6e77 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sun, 17 Feb 2013 18:05:07 +0000 Subject: [PATCH] Fix socialspy command list. --- Essentials/src/com/earth2me/essentials/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Essentials/src/com/earth2me/essentials/Settings.java b/Essentials/src/com/earth2me/essentials/Settings.java index 1ac58d851..8dd6e6fbf 100644 --- a/Essentials/src/com/earth2me/essentials/Settings.java +++ b/Essentials/src/com/earth2me/essentials/Settings.java @@ -243,7 +243,7 @@ public class Settings implements ISettings { Set socialspyCommands = new HashSet(); - if (config.isConfigurationSection("socialspy-commands")) + if (config.isList("socialspy-commands")) { for (String c : config.getStringList("socialspy-commands")) {