Skip to content

Commit

Permalink
Fix MapGenUtils build error
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjiuno committed Jan 4, 2024
1 parent a0d81b1 commit 18a3897
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions OpenKh.Command.MapGenUtils/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,7 @@ private class GenSchemaCommand

protected int OnExecute(CommandLineApplication app)
{
var schema = JsonSchema.FromType<MapGenConfig>(
new JsonSchemaGeneratorSettings
{
}
);
var schema = JsonSchema.FromType<MapGenConfig>();
var schemaData = schema.ToJson();

File.WriteAllText(
Expand Down

0 comments on commit 18a3897

Please sign in to comment.