Fix wrong config-key in plugin.conf template

This commit is contained in:
Lukas Rieger (Blue) 2023-06-21 09:05:53 +02:00
parent fdd4713dfb
commit 987015b617
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2
1 changed files with 3 additions and 3 deletions

View File

@ -65,8 +65,8 @@ skin-download: true
# Default is -1
player-render-limit: -1
# The interval in minutes in which a map-update will be triggered.
# This is additionally to the normal map-update process (in case that fails to detect any file-changes).
# The interval in minutes in which a full map-update will be triggered.
# This is ADDITIONALLY to the normal map-update process (in case that fails to detect any file-changes).
# ! This DOESN'T re-render the entire map each time, it only checks if there are some changes that have not been rendered yet!
# Default is 1440 (24 hours)
map-update-interval: 1440
full-update-interval: 1440