[WIP] Initial Blacktek support - groups, vocations, items

items.toml loading through custom parser - no .toml reader that I tested can read it
This commit is contained in:
slawkens
2026-02-15 00:54:18 +01:00
parent 4c3f877091
commit fc9d6b2b91
15 changed files with 418 additions and 180 deletions

View File

@@ -40,7 +40,7 @@ class DataLoader
{
self::$startTime = microtime(true);
if(Items::loadFromXML()) {
if(Items::load()) {
success(self::$locale['step_database_loaded_items'] . self::getLoadedTime());
}
else {