Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Falki-git committed Nov 6, 2023
1 parent f74ad7c commit 219d8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SpaceWarp.Core/Patching/SaveGameManager/SaveGamePatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ internal class SaveLoadPatches
[HarmonyPatch(new Type[] { typeof(string), typeof(LoadGameData) })]
private static void InjectPluginSaveGameData(string filename, LoadGameData data, SerializeGameDataFlowAction __instance)
{
// Skip plugin data injection if there are not mods that have registered for save/load actions
// Skip plugin data injection if there are no mods that have registered for save/load actions
if (ModSaves.InternalPluginSaveData.Count == 0)
return;

Expand Down

0 comments on commit 219d8ff

Please sign in to comment.