Skip to content

Commit

Permalink
Use slightly different wording
Browse files Browse the repository at this point in the history
  • Loading branch information
ME1312 committed May 24, 2022
1 parent 0cb0010 commit 8083d9e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -87,7 +87,7 @@ private static String[] getSeecret() throws IOException {
seecret = new String[0];
PrintWriter writer = new PrintWriter(config, UTF_8.name());
writer.println("# As you may know, standard IP forwarding procedure is to accept connections from any and all proxies.");
writer.println("# If you would like to change that, you can do so by entering BungeeGuard tokens here.");
writer.println("# If you'd like to change that, you can do so by entering BungeeGuard tokens here.");
writer.println("# ");
writer.println("# This file is automatically generated by VanillaCord once a player attempts to join the server.");
writer.println();
Expand Down

0 comments on commit 8083d9e

Please sign in to comment.