Fixed character creation missing components

This commit is contained in:
2026-02-08 19:31:09 +03:00
parent 56436ea652
commit 3ffda0f2d5
4 changed files with 59 additions and 49 deletions

View File

@@ -333,8 +333,11 @@ public:
props["tags"].end()) {
std::cout << "toilet" << std::endl;
OgreAssert(false, "props: " + props.dump(4));
} else
OgreAssert(false, "props: " + props.dump(4));
} else {
std::cout << "use: " << props.dump(4)
<< std::endl;
// OgreAssert(false, "props: " + props.dump(4));
}
} else {
OgreAssert(false, "props: " + props.dump(4));
}