fix: prefix dump_schema command to enable compat with Source2 Schema Dumper by GAMMACASE

This commit is contained in:
Michael Wilson
2025-07-10 05:22:31 +00:00
parent ec61ad37f0
commit 1a521ec3bb

View File

@@ -93,7 +93,7 @@ json WriteTypeJson(json obj, CSchemaType* current_type)
return obj;
}
CON_COMMAND(dump_schema, "dump schema symbols")
CON_COMMAND(css_dump_schema, "dump schema symbols")
{
std::ofstream output(utils::GamedataDirectory() + "/schema.json");