Skip to content

Commit

Permalink
This can already be static
Browse files Browse the repository at this point in the history
  • Loading branch information
blowfishpro committed Sep 24, 2017
1 parent 1a7d1e3 commit bc451c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ModuleManager/MMPatchLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ private static bool CheckNeeds(ref string name, IEnumerable<string> mods)
return true;
}

private void PurgeUnused()
private static void PurgeUnused()
{
foreach (UrlDir.UrlConfig mod in GameDatabase.Instance.root.AllConfigs.ToArray())
{
Expand Down

0 comments on commit bc451c5

Please sign in to comment.