mirror of
https://github.com/roflmuffin/CounterStrikeSharp.git
synced 2025-12-07 08:26:34 -08:00
fix: prefix dump_schema command to enable compat with Source2 Schema Dumper by GAMMACASE
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user