mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-18 12:31:26 +02:00
Fix socialspy command list.
This commit is contained in:
@@ -243,7 +243,7 @@ public class Settings implements ISettings
|
|||||||
{
|
{
|
||||||
Set<String> socialspyCommands = new HashSet<String>();
|
Set<String> socialspyCommands = new HashSet<String>();
|
||||||
|
|
||||||
if (config.isConfigurationSection("socialspy-commands"))
|
if (config.isList("socialspy-commands"))
|
||||||
{
|
{
|
||||||
for (String c : config.getStringList("socialspy-commands"))
|
for (String c : config.getStringList("socialspy-commands"))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user