Skip to content

Commit

Permalink
fix jsout.end_array() missing in enchant_cache serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ave- committed Dec 25, 2024
1 parent 124c494 commit aeb3008
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/magic_enchantment.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,7 @@ void enchant_cache::serialize( JsonOut &jsout ) const
jsout.member( "id", struc_desc.id );
jsout.end_object();
}
jsout.end_array();
jsout.end_object();
}
jsout.end_array();
Expand Down

0 comments on commit aeb3008

Please sign in to comment.