Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
SlejmUr committed Nov 10, 2022
2 parents 2fae0b1 + ff1e59b commit 3d0c681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private void Awake()
// Raid
new LoadBotDifficultyFromServer().Enable();

var enableCultistsDuringDay = Config.Bind("Raid", "Enabled Cultists Spawning During Day", true).Value;
var enableCultistsDuringDay = Config.Bind("Raid", "Enabled Cultists Spawning During Day", false).Value;
if (enableCultistsDuringDay)
{
new CultistsSpawnDuringDay().Enable();
Expand Down

0 comments on commit 3d0c681

Please sign in to comment.