Skip to content

Commit

Permalink
Fix a couple typos in the config file header
Browse files Browse the repository at this point in the history
  • Loading branch information
tajobe committed Jan 9, 2019
1 parent 1d7363f commit c741a43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/org/simplemc/simplereserve/SimpleReserve.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ private void validateConfig()
" full,kick,both,none\n" +
"reserve.full.cap(int): Max players allowed over capacity if using 'full' method, 0 for no max\n" +
"reserve.full.reverttokick(boolean): Should we fall back to kick method if we reach max over capacity using full?\n" +
"kick-message(string): Message player will recieve when kicked to let reserve in\n" +
"full-message(string): Message player will recieve when unable to join full server\n" +
"reserve-full-message(string): Message player with reserve privileges will recieve when all reserve slots are full\n" +
"kick-message(string): Message player will receive when kicked to let reserve in\n" +
"full-message(string): Message player will receive when unable to join full server\n" +
"reserve-full-message(string): Message player with reserve privileges will receive when all reserve slots are full\n" +
"\n" +
"Reserve Types Overview:\n" +
"-----------------------\n" +
Expand Down

0 comments on commit c741a43

Please sign in to comment.