Skip to content

Commit

Permalink
chore: Disable daytime sleeping by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveplays28 committed Oct 8, 2023
1 parent 3a82637 commit 60f8bc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public class RealisticSleepConfig implements ConfigData {
public boolean sendNotEnoughPlayersSleepingMessage = true;

@ConfigEntry.Gui.Tooltip
public boolean allowDaySleeping = true;
public boolean allowDaySleeping = false;

@ConfigEntry.Gui.Tooltip
public SleepSpeedCurve sleepSpeedCurve = SleepSpeedCurve.LINEAR;
Expand Down

0 comments on commit 60f8bc0

Please sign in to comment.