Skip to content

Commit f2dd72b

Browse files
authored
Fix method signature for ExpansionBundlePreload StartLoad override (#348)
fix: Fix methods signature for ExpansionBundlePreload StartLoad override
1 parent 1e8d4aa commit f2dd72b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KSPCommunityFixes/Performance/ExpansionBundlePreload.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ protected override void OnPatchApplied()
5353
instance.StartCoroutine(LoadExpansionsV2(instance));
5454
}
5555

56-
static void ExpansionsLoader_StartLoad_Override()
56+
static void ExpansionsLoader_StartLoad_Override(ExpansionsLoader _)
5757
{
5858
ExpansionsLoaderStarted = true;
5959
}

0 commit comments

Comments
 (0)