Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove committed Nov 16, 2023
1 parent d3b87d3 commit 3ac7890
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ void LoadGame::Run(std::shared_ptr<SaveFile_::SaveFile> save,
if (!save) {
throw std::runtime_error("Bad SaveFile");
}

ModifyPluginInfo(save);

ModifySaveTime(save, time);
Expand Down

0 comments on commit 3ac7890

Please sign in to comment.