Olympiad database load adjustments.

This commit is contained in:
MobiusDevelopment
2020-06-11 22:40:47 +00:00
parent 4d8463a6e6
commit cb45d546cb
21 changed files with 141 additions and 123 deletions

View File

@@ -201,7 +201,7 @@ public class Olympiad extends ListenersContainer
if (!loaded)
{
LOGGER.info("Olympiad System: Failed to load data from database, trying to load from file.");
// LOGGER.info("Olympiad System: Failed to load data from database, trying to load from file.");
final Properties olympiadProperties = new Properties();
try (InputStream is = new FileInputStream(Config.OLYMPIAD_CONFIG_FILE))