diff options
| author | Léo Kosman <leo.kosman@proton.me> | 2024-08-23 15:07:51 +0200 |
|---|---|---|
| committer | Léo Kosman <leo.kosman@proton.me> | 2024-08-23 15:07:51 +0200 |
| commit | a3fbb77bfc0490e8dfac39d0466ff9b87a14fec4 (patch) | |
| tree | 32018f79c85c8bbcf596922ea2e4b24465b8a50b /src/main/java | |
| parent | d89d380f3229ab22a47e43e6cef50c604629bda1 (diff) | |
style: change default config mole_count
Diffstat (limited to 'src/main/java')
| -rw-r--r-- | src/main/java/world/anhgelus/molehunt/config/Config.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/config/Config.java b/src/main/java/world/anhgelus/molehunt/config/Config.java index 519166d..75301ad 100644 --- a/src/main/java/world/anhgelus/molehunt/config/Config.java +++ b/src/main/java/world/anhgelus/molehunt/config/Config.java @@ -27,10 +27,11 @@ public class Config { # Default : 25 %. mole_percentage = 25 - # Mole count (absolute) - # If set, this setting will overwrite the mole_percentage setting. - # Default : not set - #mole_count = 2 + # Mole count (absolute). + # This setting will overwrite the mole_percentage setting. + # If set below 0, this setting is disabled. + # Default : -1. + mole_count = -1 """; } } |
