Skip to content

Commit e8a79b4

Browse files
committed
Fix typo
1 parent 8a2c27e commit e8a79b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/world/bentobox/aoneblock/Settings.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ public class Settings implements WorldSettings {
112112
@ConfigEntry(path = "world.hologram-duration")
113113
private int hologramDuration = 10;
114114

115-
@ConfigComment("Duration in seonds that players cannot move when they start a new one block.")
115+
@ConfigComment("Duration in seconds that players cannot move when they start a new one block.")
116116
@ConfigComment("Used only if the Starting Safety world setting is active.")
117117
@ConfigEntry(path = "world.starting-safety-duration")
118118
private int startingSafetyDuration = 10;

src/main/resources/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ world:
5858
# Duration in seconds that phase holograms will exist after being displayed, if used.
5959
# If set to 0, then holograms will persist until cleared some other way.
6060
hologram-duration: 10
61-
# Duration in seonds that players cannot move when they start a new one block.
61+
# Duration in seconds that players cannot move when they start a new one block.
6262
# Used only if the Starting Safety world setting is active.
6363
starting-safety-duration: 10
6464
block-id:

0 commit comments

Comments
 (0)