Skip to content

Commit

Permalink
fix: make info section lenient
Browse files Browse the repository at this point in the history
  • Loading branch information
Thatsmusic99 committed Jun 6, 2023
1 parent 206e41d commit 853a915
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ If you prefer to use the Legacy Code format (i.e. &a, &b, etc.) then you can sti
addDefault("Error.teleportFailed", "<prefix> <gray>Sorry, we couldn't teleport you :(");
addDefault("Error.randomLocFailed", "<prefix> <gray>Sorry, we couldn't find a location to teleport you to :(");

makeSectionLenient("Info");
addDefault("Info.tpOff", "<prefix> <gray>Successfully disabled teleport requests!");
addDefault("Info.tpOn", "<prefix> <gray>Successfully enabled teleport requests!");
addDefault("Info.tpAdminOff", "<prefix> <gray>Successfully disabled teleport requests for <aqua><player></aqua>!");
Expand Down

0 comments on commit 853a915

Please sign in to comment.