Rename sleep_on_start to wake_on_start

This commit is contained in:
timvisee
2021-11-08 18:10:36 +01:00
parent 9874c9dd30
commit db0552f2e5
3 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
# Internal IP and port of server started by lazymc to proxy to.
address = "127.0.0.1:25566"
# Start sleeping when starting lazymc.
sleep_on_start = true
# Immediately wake server when starting lazymc.
wake_on_start = false
[time]
# Sleep after number of seconds.