Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Mar 29, 2024
1 parent 8a2c27e commit e8a79b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/world/bentobox/aoneblock/Settings.java
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class Settings implements WorldSettings {
@ConfigEntry(path = "world.hologram-duration")
private int hologramDuration = 10;

@ConfigComment("Duration in seonds that players cannot move when they start a new one block.")
@ConfigComment("Duration in seconds that players cannot move when they start a new one block.")
@ConfigComment("Used only if the Starting Safety world setting is active.")
@ConfigEntry(path = "world.starting-safety-duration")
private int startingSafetyDuration = 10;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ world:
# Duration in seconds that phase holograms will exist after being displayed, if used.
# If set to 0, then holograms will persist until cleared some other way.
hologram-duration: 10
# Duration in seonds that players cannot move when they start a new one block.
# Duration in seconds that players cannot move when they start a new one block.
# Used only if the Starting Safety world setting is active.
starting-safety-duration: 10
block-id:
Expand Down

0 comments on commit e8a79b4

Please sign in to comment.