Update version of ConfigMe, Mockito and sqlite-jdbc
This commit is contained in:
@@ -57,7 +57,7 @@ public class MessageUpdater {
|
||||
|
||||
properties = buildPropertyEntriesForMessageKeys();
|
||||
settingsManager = new SettingsManager(
|
||||
new YamlFileResource(userFile), (r, p) -> true, new ConfigurationData((List) properties));
|
||||
new YamlFileResource(userFile), null, new ConfigurationData(properties));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -81,7 +81,7 @@ class PurgeTask extends BukkitRunnable {
|
||||
}
|
||||
|
||||
if (!toPurge.isEmpty() && playerPortion.isEmpty()) {
|
||||
ConsoleLogger.info("Finished lookup up offlinePlayers. Begin looking purging player names only");
|
||||
ConsoleLogger.info("Finished lookup of offlinePlayers. Begin looking purging player names only");
|
||||
|
||||
//we went through all offlineplayers but there are still names remaining
|
||||
for (String name : toPurge) {
|
||||
|
||||
Reference in New Issue
Block a user