Achievements/Category

* moved names from db to locale files
This commit is contained in:
Sarjuuk
2020-06-04 00:44:25 +02:00
parent 8e14e4a9f3
commit 321f28d35c
15 changed files with 332 additions and 58 deletions

View File

@@ -313,7 +313,7 @@ if (!CLI)
if (!$buff)
{
// this behaviour is intended, do not create an error
CLI::write('profiler - file datasets/'.User::$localeString.'/p-recipes-'.$file.' has no content => skipping', CLI::LOG_WARN);
CLI::write('profiler - file datasets/'.User::$localeString.'/p-recipes-'.$file.' has no content => skipping', CLI::LOG_INFO);
continue;
}