From 5fff8e288a2945f38cbb5b727cc373a6bc5c4695 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sun, 17 Feb 2013 18:05:07 +0000 Subject: 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")) { -- cgit v1.2.3