Skip to content

Commit c1382b2

Browse files
committed
fix json serilize issue
1 parent 7e6101f commit c1382b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/savegame_json.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4153,6 +4153,7 @@ void submap::store( JsonOut &jsout ) const
41534153
jsout.write( key );
41544154
jsout.write( value );
41554155
}
4156+
jsout.end_array();
41564157
jsout.member( "transformer_last_run" );
41574158
jsout.start_array();
41584159
for( const auto &pr : transformer_last_run ) {

0 commit comments

Comments
 (0)