aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorWilliam Hergès <anhgelus.morhtuuzh@proton.me>2024-08-26 21:19:49 +0200
committerGitHub <noreply@github.com>2024-08-26 21:19:49 +0200
commitbddff4c489a91a5e374574be2af263cc63d9044b (patch)
tree39b6c429d4daece9c4a6dad93299bf8eb5b6c94b /src
parentf77e4e616ca2d4c5f1c206dd15922ba0ba79d66c (diff)
parent7c844612883be1d9b04ed91726062364635eb73d (diff)
Merge pull request #10 from anhgelus/docs/improve-online-doc
[Docs] Improve online docs
Diffstat (limited to 'src')
-rw-r--r--src/main/java/world/anhgelus/molehunt/config/Config.java4
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
""";
}