Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Commit

Permalink
Fixed a small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JackyyTV committed Apr 9, 2019
1 parent e72b54e commit fb86367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public static class CustomCoords {
public static class OverworldApple {
@Config.Comment({
"Set to true to make the Overworld Apple teleport players to world spawn.",
"Otherwise, it will use the cached position)."
"Otherwise, it will use the cached position."
})
public boolean useWorldSpawn = true;
@Config.Comment("Set to true to use custom coordinates for the teleportation.")
Expand Down

0 comments on commit fb86367

Please sign in to comment.