moar...
Some checks failed
Build / Build Game (push) Has been cancelled

This commit is contained in:
2026-02-28 22:16:26 -05:00
parent e2a2d2c464
commit acb1505308
3 changed files with 11 additions and 12 deletions

View File

@@ -190,8 +190,6 @@ namespace game::resource::xml
}
}
auto itemSchemaPath = physfs::Path(archive + "/" + "items.xml");
if (auto itemSchemaPath = physfs::Path(archive + "/" + "items.xml"); itemSchemaPath.is_valid())
itemSchema = Item(itemSchemaPath);
else