Skip to content

Commit

Permalink
Merge pull request #65 from AnauNaga/customdifficulty-hotfix
Browse files Browse the repository at this point in the history
sending custom difficulty hotfix
  • Loading branch information
Byte-Nova authored Apr 22, 2024
2 parents aa80f8c + 766449d commit 2880a9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Server/Managers/CustomDifficultyManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ public static void SetCustomDifficulty(ServerClient client, DifficultyData diffi
{
DifficultyValuesFile newDifficultyValues = new DifficultyValuesFile();

newDifficultyValues.UseCustomDifficulty = Master.difficultyValues.UseCustomDifficulty;

newDifficultyValues.ThreatScale = difficultyData.ThreatScale;

newDifficultyValues.AllowBigThreats = difficultyData.AllowBigThreats;
Expand Down

0 comments on commit 2880a9f

Please sign in to comment.