diff options
| author | William Hergès <anhgelus.morhtuuzh@proton.me> | 2024-08-26 21:19:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-26 21:19:49 +0200 |
| commit | bddff4c489a91a5e374574be2af263cc63d9044b (patch) | |
| tree | 39b6c429d4daece9c4a6dad93299bf8eb5b6c94b /src/main | |
| parent | f77e4e616ca2d4c5f1c206dd15922ba0ba79d66c (diff) | |
| parent | 7c844612883be1d9b04ed91726062364635eb73d (diff) | |
Merge pull request #10 from anhgelus/docs/improve-online-doc
[Docs] Improve online docs
Diffstat (limited to 'src/main')
| -rw-r--r-- | src/main/java/world/anhgelus/molehunt/config/Config.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/world/anhgelus/molehunt/config/Config.java b/src/main/java/world/anhgelus/molehunt/config/Config.java index b2e45ab..1f617e6 100644 --- a/src/main/java/world/anhgelus/molehunt/config/Config.java +++ b/src/main/java/world/anhgelus/molehunt/config/Config.java @@ -124,8 +124,8 @@ public class Config { # Other - # Enable portals (nether, end, end gateway) - # Default: false + # Enable portals (nether, end, end gateway). + # Default: false. enable_portals = false """; } |
