Skip to content

Commit

Permalink
Update Initializer.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann authored Dec 6, 2024
1 parent 4e09134 commit e50da4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nautilus/Initializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ namespace Nautilus;
[BepInPlugin(PluginInfo.PLUGIN_GUID, PluginInfo.PLUGIN_NAME, PluginInfo.PLUGIN_VERSION)]
#if BELOWZERO
[BepInProcess("SubnauticaZero.exe")]
[BepInProcess("Subnautica Below Zero")] // actual macOS executable file within SubnauticaZero.app
#else
[BepInProcess("Subnautica.exe")]
#endif
Expand Down Expand Up @@ -85,4 +86,4 @@ static Initializer()
ModMessageSystem.Patch();
BiomePatcher.Patch(_harmony);
}
}
}

0 comments on commit e50da4e

Please sign in to comment.