Skip to content

Commit 184dedf

Browse files
Core: Default YAML header updates (#2723)
* Cleaning up (#4) Cleanup * Adressed change about spaces no longer being replaced to underscores. Added a "that" to remove an ambiguity * Update data/options.yaml Combined the two sentences into one, per suggestion Co-authored-by: Nicholas Saylor <79181893+nicholassaylor@users.noreply.github.com> --------- Co-authored-by: Nicholas Saylor <79181893+nicholassaylor@users.noreply.github.com>
1 parent 5e06a75 commit 184dedf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/options.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
# A. This is a .yaml file. You are allowed to use most characters.
1818
# To test if your yaml is valid or not, you can use this website:
1919
# http://www.yamllint.com/
20-
# You can also verify your Archipelago settings are valid at this site:
20+
# You can also verify that your Archipelago options are valid at this site:
2121
# https://archipelago.gg/check
2222

23-
# Your name in-game. Spaces will be replaced with underscores and there is a 16-character limit.
23+
# Your name in-game, limited to 16 characters.
2424
# {player} will be replaced with the player's slot number.
2525
# {PLAYER} will be replaced with the player's slot number, if that slot number is greater than 1.
2626
# {number} will be replaced with the counter value of the name.

0 commit comments

Comments
 (0)