Skip to content

Commit

Permalink
Revert BotSettings change
Browse files Browse the repository at this point in the history
  • Loading branch information
Lacyway committed Oct 10, 2024
1 parent f342158 commit 1a16029
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Fika.Core/Coop/GameMode/CoopGame.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,6 @@ internal static CoopGame Create(IInputTree inputTree, Profile profile, GameWorld
dateTime = EDateTime.CURR;
}

raidSettings.BotSettings.BotAmount = raidSettings.WavesSettings.BotAmount;

CoopGame coopGame = smethod_0<CoopGame>(inputTree, profile, gameWorld, backendDateTime, insurance, menuUI, gameUI,
location, timeAndWeather, wavesSettings, dateTime, callback, fixedDeltaTime, updateQueue, backEndSession,
new TimeSpan?(sessionTime), metricsEvents, metricsCollector, localRaidSettings);
Expand Down

0 comments on commit 1a16029

Please sign in to comment.