summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2013-02-17 18:05:07 +0000
committerKHobbits <rob@khobbits.co.uk>2013-02-17 18:05:07 +0000
commit5fff8e288a2945f38cbb5b727cc373a6bc5c4695 (patch)
tree3e26e639eb52ddabdf4844b3ef3713496d85621b
parent012cb100a56499bf81a07874235b36bb6d6dd4a6 (diff)
downloadEssentials-5fff8e288a2945f38cbb5b727cc373a6bc5c4695.tar
Essentials-5fff8e288a2945f38cbb5b727cc373a6bc5c4695.tar.gz
Essentials-5fff8e288a2945f38cbb5b727cc373a6bc5c4695.tar.lz
Essentials-5fff8e288a2945f38cbb5b727cc373a6bc5c4695.tar.xz
Essentials-5fff8e288a2945f38cbb5b727cc373a6bc5c4695.zip
Fix socialspy command list.
-rw-r--r--Essentials/src/com/earth2me/essentials/Settings.java2
1 files changed, 1 insertions, 1 deletions
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<String> socialspyCommands = new HashSet<String>();
- if (config.isConfigurationSection("socialspy-commands"))
+ if (config.isList("socialspy-commands"))
{
for (String c : config.getStringList("socialspy-commands"))
{