mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-17 16:15:21 +01:00
Fix socialspy command list.
This commit is contained in:
parent
31f3662101
commit
3ddbeea45a
@ -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"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user