Merge pull request #5 from ModOrganizer2/dev/missing-return-statement

Add missing return statement.
This commit is contained in:
Mikaël Capelle
2024-06-10 19:34:53 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -72,4 +72,6 @@ std::unique_ptr<GamebryoSaveGame::DataFields> Fallout76SaveGame::fetchDataFields
if (saveGameVersion >= 68) {
file.readLightPlugins();
}
return fields;
}
+1 -1
View File
@@ -4,7 +4,7 @@
<context>
<name>GameFallout76</name>
<message>
<location filename="gamefallout76.cpp" line="82"/>
<location filename="gamefallout76.cpp" line="85"/>
<source>Adds support for the game Fallout 76.
Splash by %1</source>
<translation type="unfinished"></translation>