Skip to content

Commit

Permalink
Update src/worldfactory.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scarf005 and github-actions[bot] authored Aug 30, 2023
1 parent 1a277e5 commit 82f9e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worldfactory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ void worldfactory::load_last_world_info()
}

JsonIn jsin( *file );
if( jsin.test_object() ){
if( jsin.test_object() ) {
JsonObject data = jsin.get_object();
last_world_name = data.get_string( "world_name" );
last_character_name = data.get_string( "character_name" );
Expand Down

0 comments on commit 82f9e09

Please sign in to comment.