clanchatplugin: Make use of the saved config var
This commit is contained in:
@@ -151,7 +151,7 @@ public class ClanChatPlugin extends Plugin
|
|||||||
public void startUp()
|
public void startUp()
|
||||||
{
|
{
|
||||||
updateConfig();
|
updateConfig();
|
||||||
chats = new ArrayList<>(Text.fromCSV(config.chatsData()));
|
chats = new ArrayList<>(Text.fromCSV(this.chatsData));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user