Skip to content

Commit

Permalink
Consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
IngoHHacks committed May 1, 2023
1 parent 0b862e9 commit b1c66e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content/LoadContent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ internal static IEnumerator Load()


VanillaCounts.MusicCount = EHIOFPLJLKH.CJNGPFLPOBM;
VanillaCounts.NoLocations = World.no_locations;

if (Plugin.EnableCustomContent.Value)
{
VanillaCounts.NoLocations = World.no_locations;
foreach (DirectoryInfo modAssetsDir in AllModsAssetsDirs)
{
yield return Plugin.LoadPromos(modAssetsDir);
Expand Down

0 comments on commit b1c66e3

Please sign in to comment.