Rename the world tick function and set the tick rate back to default

This commit is contained in:
Marc Di Luzio 2020-07-22 19:24:36 +01:00
parent 8667f55143
commit 6b5d5abea1
5 changed files with 9 additions and 10 deletions

View file

@ -15,7 +15,6 @@ services:
- PORT=9090
- DATA_PATH=/mnt/rove-server
- WORDS_FILE=data/words_alpha.txt
- TICK_RATE=5
volumes:
- persistent-data:/mnt/rove-server:rw
command: [ "./rove-server"]