Skip to content

Commit

Permalink
Remove superfluous return
Browse files Browse the repository at this point in the history
  • Loading branch information
ephread committed Mar 11, 2022
1 parent c24194c commit 4ce173e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/inkgd/mono/InkPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ public void background_save_complete()
return;
}

return story.BackgroundSaveComplete();
story.BackgroundSaveComplete();
}

public void set_state(string state)
Expand Down

0 comments on commit 4ce173e

Please sign in to comment.