mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +00:00
Fix socialspy command list.
This commit is contained in:
parent
31f3662101
commit
3ddbeea45a
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue