From 82f9e0948b99db1661af81ee6c55539b575242d6 Mon Sep 17 00:00:00 2001 From: scarf Date: Wed, 30 Aug 2023 11:21:57 +0900 Subject: [PATCH] Update src/worldfactory.cpp Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- src/worldfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worldfactory.cpp b/src/worldfactory.cpp index 307454dcfcc3..f828ae83ce71 100644 --- a/src/worldfactory.cpp +++ b/src/worldfactory.cpp @@ -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" );