Fixed method reference
This commit is contained in:
@@ -22,7 +22,7 @@ public class TalismansConfigs {
|
||||
*/
|
||||
@ConfigUpdater
|
||||
public void updateConfigs() {
|
||||
TALISMAN_CONFIGS.forEach(TalismanYamlConfig::update);
|
||||
TALISMAN_CONFIGS.forEach(TalismanConfig::update);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user