Skip to content

Commit

Permalink
Removed comment from ModManager.Awake
Browse files Browse the repository at this point in the history
  • Loading branch information
KABoissonneault committed Apr 15, 2024
1 parent b49d8ce commit 3060936
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Assets/Game/Addons/ModSupport/ModManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,6 @@ void Awake()
if (string.IsNullOrEmpty(ModDirectory))
ModDirectory = Path.Combine(Application.streamingAssetsPath, "Mods");

// Rest of the logic is moved from Start() method.
// There's nothing we cannot initialize right away.

SetupSingleton();

if (Instance == this)
Expand Down

0 comments on commit 3060936

Please sign in to comment.