Skip to content

Commit

Permalink
Remove the unused patch
Browse files Browse the repository at this point in the history
  • Loading branch information
paulov-t committed Dec 28, 2023
1 parent 1af10dc commit 73dc265
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Coop/CoopPatches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ internal static void Run(BepInEx.Configuration.ConfigFile config)
//new LocalGameSpawnAICoroutinePatch().Enable(); // No longer needed. Handled by CoopGame
new NonWaveSpawnScenarioPatch(m_Config).Enable();
new WaveSpawnScenarioPatch(m_Config).Enable();
new LocalGame_Weather_Patch().Enable();
new LoadLocationLootPatch().Enable();


Expand Down

0 comments on commit 73dc265

Please sign in to comment.